Get batch jobs
BATCH JOBS
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"id": "",
"project_id": "",
"name": "Batch 1",
"jobs": [
{
"id": "fde5ert6-eb32-481a-807a-03a0428ca836",
"reference_id": "001",
"status": "completed",
"frames": 1,
"annotations": 1
},
{
"id": "fdda8970-dr3d-4978-9ce3-e80654d8078c",
"reference_id": "002",
"status": "completed",
"frames": 1,
"annotations": 1
}
],
"next_page_token": "1575822103313046000"
},
"success": true
}Last updated
Was this helpful?