Management
Usage event log
Authorization
BearerAuth AuthorizationBearer <token>
Clerk session token (dashboard/management routes). In local dev mode use the X-Dev-User header instead.
In: header
Query Parameters
limit?integer
Range
1 <= value <= 100Default
25cursor?string
Response Body
application/json
application/json
curl -X GET "https://example.com/manage/usage/events"{ "items": [ { "id": "string", "provider": "string", "endpoint": "string", "method": "string", "status": 200, "credits": 0, "latencyMs": 0, "keyPrefix": "ext_live_a1b", "createdAt": "2019-08-24T14:15:22Z" } ], "nextCursor": "string"}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}