SightRadardocs
API referenceBatch

Get batch status

Poll a batch's progress (webhook-down fallback). (GET /v1/batches/{id})

GET/v1/batches/{id}
Auth
Bearer API key
Billing
free (0 credits).

Poll a batch's progress (webhook-down fallback). Free.

Example request

curl -X GET "https://api.sightradar.com/v1/batches/$ID" \
  -H "Authorization: Bearer $SR_API_KEY"

Parameters

NameInTypeDescription
id requiredpathstring

Response body

FieldTypeDescription
batch_idstring
collection_idstring
opstring
statusstring
total_photosinteger
succeededinteger
failedinteger
pendinginteger
claimedinteger
created_atstring

Status codes

StatusMeaning
200Batch status.
401Missing or invalid API key.
404Resource not found.
Last updated

On this page