Saltar al contenido principal
GET
Get Job Status

Autorizaciones

Authorization
string
header
requerido

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.

Parámetros de ruta

job-id
string<uuid>
requerido

The ID of the job to retrieve the status for.

Parámetros de consulta

vendor_id
string | null

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

Respuesta

Successful Response

jobId
string<uuid>
requerido

The unique identifier for the queued job.

requestType
enum<string>
requerido

The type of operation the job represents.

Opciones disponibles:
advertiser_creation,
campaign_creation,
campaign_update,
user_list_audience_creation
status
enum<string>
requerido

The current status of the job.

Opciones disponibles:
not_started,
in_progress,
completed,
failed,
retrying
dsp
enum<string>[]
requerido

The DSP(s) associated with the job.

DSPs an offsite audience is synced to.

Opciones disponibles:
google_ads,
meta,
tiktok_ads,
snapchat_ads
result
string | null

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