Get batch details
Retrieve the details of a batch including all its tasks and completion status.
Path parameters
The unique identifier of the batch.
The unique identifier of the batch.
Response
Batch found and returned successfully.
Example response
{
"tasks": [
{
"batch_id": "4b0a90bf-c951-42e4-95b3-a95a65ba69fc",
"created_at": "2024-01-15T10:30:00Z",
"download_url": "https://api.webit.live/api/v2/tasks/123e4567-e89b-12d3-a456-426614174000/results",
"error": "Connection timeout",
"error_type": "timeout_error",
"id": "123e4567-e89b-12d3-a456-426614174000",
"modified_at": "2024-01-15T10:35:00Z",
"state": "pending",
"status_code": 200,
"status_url": "https://api.webit.live/api/v2/tasks/123e4567-e89b-12d3-a456-426614174000"
}
]
}Changes
Changed in 4 of the 55 revisions of this API.542
- ▲
response property
tasks/items/anyOf[subschema #1]/batch_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
tasks/items/anyOf[subschema #1]/download_urllist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
tasks/items/anyOf[subschema #1]/errorlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
tasks/items/anyOf[subschema #1]/error_typelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
tasks/items/anyOf[subschema #1]/output_urllist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
This revision also has 39 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
in_progressenum value to thetasks/items/anyOf[subschema #1]/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
labsenum value to thetasks/items/anyOf[subschema #1]/api_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
queuedenum value to thetasks/items/anyOf[subschema #1]/stateresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
tasks/items/anyOf[subschema #1]/queueto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
fast-serpenum value to thetasks/items/anyOf[subschema #1]/api_typeresponse property for the response status200response-property-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○