Get Returns exposed buckets aggregated count according to filters
curl --request POST \ --url https://api.odin.io/v1/exposed/buckets/summary \ --header 'Content-Type: */*' \ --header 'X-API-Key: <api-key>' \ --data '{ "field": "<string>", "limit": 123, "query": "<string>" }'
{ "data": { "buckets": [ {} ], "doc_count_error_upper_bound": 123, "sum_other_doc_count": 123 }, "pagination": {}, "success": true }
Show child attributes
Was this page helpful?