Skip to main content
GET
/
api
/
v1
/
analytics
/
aem
/
trends
Get Aem Trends
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/analytics/aem/trends \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

days
integer
default:30

Number of days to include Number of days to include

Required range: 1 <= x <= 365
group_by
string
default:day

Group by time period Group by time period

Response

Successful Response