v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
API Requests

List Api Requests

List all API requests

get/api_requests

Query parameters

api_key_idstring[]

If provided, only return requests made with the given API key ID(s).

If provided, only return requests made with the given API key ID(s).

creation_date__gtstring date-time

If provided, only return requests created after the given datetime.

Example:2024-01-01T00:00:00Z

If provided, only return requests created after the given datetime.

creation_date__ltstring date-time

If provided, only return requests created before the given datetime.

Example:2024-12-31T23:59:59Z

If provided, only return requests created before the given datetime.

date__endstring date

If provided, only return requests created on or before the given date.

If provided, only return requests created on or before the given date.

date__startstring date

If provided, only return requests created on or after the given date.

If provided, only return requests created on or after the given date.

limitinteger

The maximum number of results to return per page.

Example:100

The maximum number of results to return per page.

methodstring[]

If provided, only return requests with the given HTTP method(s).

If provided, only return requests with the given HTTP method(s).

[
  "GET",
  "POST"
]
pathstring[]

If provided, only return requests matching the given API path(s).

If provided, only return requests matching the given API path(s).

sourceAPIRequestSource[]

If provided, only return requests from the given source(s).

If provided, only return requests from the given source(s).

[
  "api"
]
status_codestring[]

If provided, only return requests with the given HTTP status code(s).

If provided, only return requests with the given HTTP status code(s).

[
  "200",
  "404"
]
versionstring[]

If provided, only return requests made with the given API version(s).

If provided, only return requests made with the given API version(s).

Response

OK

cursorstring nullable

An opaque cursor to pass back to fetch the next page, or null if this is the last page.