curl --request GET \
--url https://gomodel.example.com/v1/batches/{id}/results \
--header 'Authorization: <api-key>'{
"batch_id": "<string>",
"data": [
{
"custom_id": "<string>",
"error": {
"message": "<string>",
"type": "<string>"
},
"index": 123,
"model": "<string>",
"provider": "<string>",
"response": "<unknown>",
"status_code": 123,
"url": "<string>"
}
],
"object": "<string>"
}Was this page helpful?
curl --request GET \
--url https://gomodel.example.com/v1/batches/{id}/results \
--header 'Authorization: <api-key>'{
"batch_id": "<string>",
"data": [
{
"custom_id": "<string>",
"error": {
"message": "<string>",
"type": "<string>"
},
"index": 123,
"model": "<string>",
"provider": "<string>",
"response": "<unknown>",
"status_code": 123,
"url": "<string>"
}
],
"object": "<string>"
}