List Api Logs
Lists the requests served by Whop’s API with the account’s API keys, newest first — every surface (GraphQL, REST, and native /api/v1), reads and failed requests included.
Authorizations
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
Pins the request to a dated API version.
"2026-08-25-2"
Query Parameters
The account (biz_*) whose API logs to list. Defaults to the authenticated account.
Only return requests served at or after this ISO 8601 timestamp. Defaults to 7 days before created_before, or 7 days ago.
Only return requests served before this ISO 8601 timestamp.
Only return requests for this operation, matched exactly against the operation_name shown on each log row (for example api/v1/products#create).
Only return requests made with this HTTP method.
GET, POST, PUT, PATCH, DELETE Only return requests that finished with this status.
success, error Only return requests made with this API key (apik_…).
Only return requests that took at least this many milliseconds.
Only return requests that took at most this many milliseconds.
Number of logs to return.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).

