Saltar para o conteúdo principal
GET
Get Job Status

Autorizações

Authorization
string
header
obrigatório

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 caminho

job-id
string<uuid>
obrigatório

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.

Resposta

Successful Response

jobId
string<uuid>
obrigatório

The unique identifier for the queued job.

requestType
enum<string>
obrigatório

The type of operation the job represents.

Opções disponíveis:
advertiser_creation,
campaign_creation,
campaign_update,
user_list_audience_creation
status
enum<string>
obrigatório

The current status of the job.

Opções disponíveis:
not_started,
in_progress,
completed,
failed,
retrying
dsp
enum<string>[]
obrigatório

The DSP(s) associated with the job.

DSPs an offsite audience is synced to.

Opções disponíveis:
google_ads,
meta,
tiktok_ads,
snapchat_ads
result
string | null

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