Galya Docs
API referenceentity/batch/jobs/job_id

Poll a content entity batch job

GET
/entity/batch/jobs/{job_id}

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Path Parameters

job_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/entity/batch/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "job_id": "string",
  "status": "string",
  "bedrock": {}
}
{
  "error": "string",
  "code": "string"
}