Zum Hauptinhalt springen
GET
Get Job Status

Autorisierungen

Authorization
string
header
erforderlich

A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.

Pfadparameter

job-id
string<uuid>
erforderlich

The ID of the job to retrieve the status for.

Abfrageparameter

vendor_id
string | null

The ID of the vendor to retrieve the job status for.

Antwort

Successful Response

jobId
string<uuid>
erforderlich

The unique identifier for the queued job.

requestType
enum<string>
erforderlich

The type of operation the job represents.

Verfügbare Optionen:
advertiser_creation,
campaign_creation,
campaign_update,
user_list_audience_creation
status
enum<string>
erforderlich

The current status of the job.

Verfügbare Optionen:
not_started,
in_progress,
completed,
failed,
retrying
dsp
enum<string>[]
erforderlich

The DSP(s) associated with the job.

DSPs an offsite audience is synced to.

Verfügbare Optionen:
google_ads,
meta,
tiktok_ads,
snapchat_ads
result
string | null

Optional result data in json format (e.g., {error: 'error message'}).