Skip to main content
GET
/
orchestration
/
records
/
count
Count records
curl --request GET \
  --url https://api.getcargo.io/v1/orchestration/records/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

count
number
required

Number of records matching the filter.