/v1/collectionsList collections
Lists your collections, newest first, paged via limit/offset. Pass `q` to filter by a case-insensitive substring of the collection ID. Returns the matching `total` so clients can paginate accurately. Free.
GET https://api.sightradar.com/v1/collections
Parameters
| Field | Type | Description |
|---|---|---|
limitin query | integer | — |
offsetin query | integer | — |
qin query | string | Case-insensitive LITERAL substring filter on collection_id (max 100 chars; wildcard characters are matched literally). |
Response body
| Field | Type | Description |
|---|---|---|
collections | object[] | — |
total | integer | Total collections matching the filter (ignores limit/offset). |
limit | integer | — |
offset | integer | — |
Status codes
200Your collections.401Missing or invalid API key.