Get API call logs
Account
Get API call logs
Returns a paginated log of the API calls your organisation has made, newest first.
Free. This call does not consume credits.
What you need
Nothing beyond your API key.
Behaviour
- Ordered newest first.
- Page through with
pageandlimit. - Filter by time window with
from/to(ISO 8601 datetime, minute granularity). - The response carries an
X-Total-Countheader and RFC 5988Linkpagination links. - Each entry includes
credits_consumedandrequest_id.
What you do next
- Chase a specific call. Quote a log entry’s
request_idwhen contacting API support to point them at that exact call.
GET
Get API call logs
Authorizations
Query Parameters
The number of results to return, default is 50.
The page number of results to return, base 0, default is 0.
Filter logs at or after this datetime (ISO 8601, e.g. 2024-06-01T00:00:00Z). Granularity up to the minute.
Filter logs before or at this datetime (ISO 8601, e.g. 2024-06-30T23:59:00Z). Granularity up to the minute.