SightRadardocs
API referenceBatch

Get per-photo batch results

Authoritative pull fallback for every photo in a batch. (GET /v1/batches/{id}/photos)

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

Authoritative pull fallback for every photo in a batch. Results are keyset-paginated by zero-based photo_index; use next_after_index while has_more=true. Free.

Example request

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

Parameters

NameInTypeDescription
id requiredpathstring
limitqueryinteger
after_indexqueryinteger

Response body

FieldTypeDescription
batch_idstring
collection_idstring
statusstring
total_photosinteger
photosobject[]
has_moreboolean
next_after_indexinteger

Status codes

StatusMeaning
200Per-photo batch outcomes.
401Missing or invalid API key.
404Resource not found.
Last updated

On this page