Get KPIs.
This endpoint employs cursor pagination for improved response handling for both the server and the client. The cursor token needed for subsequent requests is included in the response until all data is exhausted.
get/kpi
Query parameters
limitinteger
The number of results per page (1 - 50)
cursorstring
Pagination cursor
orderstring
Sort order based on creation date
Response
Paginated KPI list
Example response
{
"pagination": {
"limit": 25,
"order": "asc",
"results_count": 25
}
}