SightRadardocs
API referenceBatch

List batches

List your most recent batches (newest first) with per-status job counts. (GET /v1/batches)

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

List your most recent batches (newest first) with per-status job counts. Use this to power a dashboard history view. Free.

Example request

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

Parameters

NameInTypeDescription
limitqueryinteger

Response body

FieldTypeDescription
batchesobject[]

Status codes

StatusMeaning
200Recent batches.
401Missing or invalid API key.
Last updated

On this page