SightRadardocs
API referenceCollections

Collection metrics

Live face/selfie counts straight from the engine's vector store. (GET /v1/collections/{id}/metrics)

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

Live face/selfie counts straight from the engine's vector store. Free.

Example request

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

Parameters

NameInTypeDescription
id requiredpathstring

Response body

FieldTypeDescription
collection_idstring
statusstring
photo_countinteger
face_countinteger
selfie_countinteger

Status codes

StatusMeaning
200Counts.
401Missing or invalid API key.
404Resource not found.
502Engine metrics unavailable.
Last updated

On this page