GET
/
public
/
v1
/
offsite-ads
/
jobs
/
{job-id}
curl --request GET \
  --url https://api.topsort.com/public/v1/offsite-ads/jobs/{job-id}
{
  "dsp": "google_ads",
  "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "requestType": "advertiser_creation",
  "result": "<string>",
  "status": "not_started"
}

Path Parameters

job-id
string
required

The ID of the job to retrieve the status for.

Query Parameters

vendor_id
string
required

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

Response

200
application/json

Successful Response

The response is of type object.