v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

Get Job

Get information about a batch job

get/{job_id}

Path parameters

job_idinteger required

The ID of the job to return information about

Response

200

OR

Example response

{
  "CompletedTime": "2023-02-28T22:04:46.968222",
  "TaskId": "create-ads-from-products",
  "NetworkId": 11245,
  "Status": "completed",
  "TaskArgs": {
    "ProductUris": [
      "itemdb://11245/100/0193642296013-skechers-13054-n-kengat-valk-40-0193642296013"
    ],
    "AdTemplateUri": "itemdb://11245/101/0e9321b3-1446-47ec-b1d7-705bfb7b3fb5",
    "FlightId": 332150093
  },
  "AvailableTime": "2023-02-28T22:04:45.893803",
  "Output": {
    "AdIds": [
      342014259
    ]
  },
  "Id": 4757
}