curl --request GET \
--url https://api.getcargo.io/v1/orchestration/records/count \
--header 'Authorization: Bearer <token>'{
"count": 123
}Count orchestration records
curl --request GET \
--url https://api.getcargo.io/v1/orchestration/records/count \
--header 'Authorization: Bearer <token>'{
"count": 123
}Was this page helpful?