GET
/v1/batches/{batch_id}/results

Path Parameters

batch_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/batches/497f6eca-6276-4993-bfeb-53cbbbba6f08/results"
{
  "batch_id": "string",
  "status": "pending",
  "output_url": "string",
  "completed_at": "string",
  "results": [
    {
      "property1": null,
      "property2": null
    }
  ]
}
{
  "status_code": 400,
  "detail": "Bad Request",
  "extra": {}
}