cURL
curl --request POST \ --url https://api.odin.io/v1/exposed/files/count \ --header 'Content-Type: */*' \ --header 'X-API-Key: <api-key>' \ --data '{ "query": "<string>" }'
{ "data": { "count": 123 }, "pagination": {}, "success": true }
Returns overall count of exposed bucket files according to filters
Count Request
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?