Skip to main content
GET
List Api Logs

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-25-2"

Query Parameters

account_id
string

The account (biz_*) whose API logs to list. Defaults to the authenticated account.

created_after
string

Only return requests served at or after this ISO 8601 timestamp. Defaults to 7 days before created_before, or 7 days ago.

created_before
string

Only return requests served before this ISO 8601 timestamp.

operation_name
string

Only return requests for this operation, matched exactly against the operation_name shown on each log row (for example api/v1/products#create).

http_method
enum<string>

Only return requests made with this HTTP method.

Available options:
GET,
POST,
PUT,
PATCH,
DELETE
status
enum<string>

Only return requests that finished with this status.

Available options:
success,
error
api_key_id
string

Only return requests made with this API key (apik_…).

min_duration_ms
integer

Only return requests that took at least this many milliseconds.

max_duration_ms
integer

Only return requests that took at most this many milliseconds.

first
integer
default:25

Number of logs to return.

Required range: x <= 100
after
string

Cursor to fetch the page after (from page_info.end_cursor).

Response

api logs listed

data
object[]
required
page_info
object
required