v1
latestOpenAPI 3.0.02026-07-1715378310.4 KBanalytics
post/api/v1/analytics/query
Headers
X-RateLimit-Remaininginteger
Example:99
Number of requests remaining in the current time window
X-RateLimit-Limitinteger
Example:100
Maximum number of requests allowed per minute
Request body
Example request
{
"query": {
"match_all": {}
},
"size": 10,
"aggs": {
"components": {
"terms": {
"field": "component_id"
}
}
}
}Response
Query analytics data for the authenticated organization
Example response
{
"total": 100
}