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
| Name | In | Type | Description |
|---|---|---|---|
id required | path | string | |
limit | query | integer | |
after_index | query | integer |
Response body
| Field | Type | Description |
|---|---|---|
batch_id | string | |
collection_id | string | |
status | string | |
total_photos | integer | |
photos | object[] | |
has_more | boolean | |
next_after_index | integer |
Status codes
| Status | Meaning |
|---|---|
200 | Per-photo batch outcomes. |
401 | Missing or invalid API key. |
404 | Resource not found. |
Last updated