List AI Gateway usage events
Usage
List AI Gateway usage events
List per-attempt AI Gateway usage events for the authenticated account.
GET
List AI Gateway usage events
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Only return events with eventTime >= this RFC3339 timestamp.
Only return events with eventTime <= this RFC3339 timestamp. Defaults to now.
Filter results to a single AI Gateway access key.
When true, include retry attempts in addition to the request-level terminal attempt. Defaults to false.
Cursor from a previous response's nextPageUri. Pass to fetch the next page.
Maximum number of items to return. Defaults to 100 and may not exceed 100.
Required range:
1 <= x <= 100