List Requests
List your team's individual API and app requests in a time range. Each request reports how many credits it consumed (api_credits, ui_credits), its response time (duration, in seconds), HTTP status code, endpoint type and the number of records returned. Use it to inspect per-request consumption and latency. Defaults to the last 5 days when no dates are given.
Query parameters
Start datetime in ISO format (e.g., 2023-01-01T00:00:00). Defaults to 5 days ago.
Start datetime in ISO format (e.g., 2023-01-01T00:00:00). Defaults to 5 days ago.
End datetime in ISO format (e.g., 2023-01-01T23:59:59). Defaults to now.
End datetime in ISO format (e.g., 2023-01-01T23:59:59). Defaults to now.
Return only these request ids. When set, the date range is ignored, so a single request can be addressed without knowing when it ran.
Return only these request ids. When set, the date range is ignored, so a single request can be addressed without knowing when it ran.
The page number of the results
The page number of the results
Return at most this many results
Return at most this many results
Filter by origin app or api
Filter by origin app or api
Filter by request origin (api, app, web, mcp)
Filter by API key id
Filter by API key id
Response
Successful Response
Example response
{
"metadata": {
"total_results": 2034
}
}