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
Documentation IndexFetch the complete documentation index at: https://docs.odin.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.odin.io/llms.txt
Use this file to discover all available pages before exploring further.
Count Request
OK
Show child attributes
Was this page helpful?