Skip to main content
GET
List API request logs

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Query Parameters

method
enum<string>
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
status
enum<string>
Available options:
succeeded,
failed,
4xx,
5xx
path
string

Substring match on the request path

Maximum string length: 200
limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Paginated API request logs, newest first

success
boolean
Example:

true

data
object