v9
OpenAPI 3.1.02026-08-0352108381.8 KBRequests
Get Request Count
Retrieve the daily count of API requests made by your team within a specified date range. Use this endpoint to monitor API usage patterns, identify peak activity periods, and plan capacity.
get/v0/requests/count
Query parameters
start_datetimestring date-time nullable
Start datetime in ISO format (e.g., 2023-01-01T00:00:00)
Start datetime in ISO format (e.g., 2023-01-01T00:00:00)
end_datetimestring date-time nullable
End datetime in ISO format (e.g., 2023-01-01T23:59:59)
End datetime in ISO format (e.g., 2023-01-01T23:59:59)
timezonestring
IANA timezone string (e.g., 'Europe/Madrid', 'America/New_York')
IANA timezone string (e.g., 'Europe/Madrid', 'America/New_York')
is_origin_appboolean nullable
Filter by origin app or api
Filter by origin app or api
origin'api' | 'app' | 'web' | 'mcp'
Filter by request origin (api, app, web, mcp)
api_key_idstring uuid nullable
Filter by API key id
Filter by API key id
Response
Successful Response