Skip to main content
POST
/
orchestration
/
logs
/
count
Count logs
curl --request POST \
  --url https://api.getcargo.io/v1/orchestration/logs/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 logs matching the filter.