Skip to content

Results are limited to the current section: Cloud services

Product news

Get Full Results

GET
/api/v1/batches/{batch__id}/full_results
curl --request GET \
--url https://example.com/api/v1/batches/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/full_results \
--header 'Authorization: Bearer <token>'

Return the full results for all the jobs in the batch.

batch__id
required
Batch Id
string format: uuid

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}