Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/analytics/aem/trends \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get AEM trends over time.
Returns AEM consumption grouped by time period for trend analysis.
Enter your Kubiya API token (format: Bearer )
Number of days to include
1 <= x <= 365
Group by time period
^(day|week|month)$
Successful Response
Was this page helpful?