cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/analytics/summary \ --header 'Authorization: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get aggregated analytics summary for the organization.
Returns high-level metrics over the specified time period:
Number of days to include in the summary Number of days to include in the summary
1 <= x <= 365
Successful Response
Was this page helpful?