Skip to main content
GET
List request logs
0 Credits Pass an entry’s request_id to Retrieve a Request Log for the full request input and response body. Log endpoints do not consume credits and use a separate rate limit from the rest of the API.

Query Parameters

from
string<date-time>

Only include requests at or after this ISO 8601 timestamp. Defaults to 24 hours before to.

Example:

"2026-09-10T00:00:00Z"

to
string<date-time>

Only include requests at or before this ISO 8601 timestamp. Defaults to now.

Example:

"2026-09-11T00:00:00Z"

path
string

Filter by endpoint path, with or without the /v1 prefix.

Required string length: 1 - 200
Pattern: ^\/
Example:

"/brand/retrieve"

key_id
string

Filter by the API key that made the request.

Required string length: 1 - 200
status_code
integer

Filter by exact HTTP status code.

Required range: 100 <= x <= 599
Example:

500

error_code
string

Filter by the error_code returned in the response.

Pattern: ^[A-Z][A-Z0-9_]{1,63}$
Example:

"WEBSITE_ACCESS_ERROR"

errors_only
boolean
default:false

Only include requests that returned a 4xx or 5xx status.

tags
string

Comma-separated request tags. Matches requests carrying any of them. Up to 20 tags, each 1-50 characters.

Example:

"nightly-import,team-alpha"

Case-insensitive substring match against the request query and body, e.g. a domain.

Required string length: 1 - 200
Example:

"acme.com"

page
integer
default:1

Page number, starting at 1.

Required range: 1 <= x <= 1000
limit
integer
default:50

Number of log entries per page.

Required range: 1 <= x <= 100

Response

A page of log entries

data
object[]
required

Log entries, newest first.

page
integer
required

Current page number.

limit
integer
required

Entries per page.

has_more
boolean
required

Whether a next page exists.

request_id
string<uuid>
required

Unique id of this API call, also sent in the X-Request-Id response header. Quote it when contacting support about a failed request.

Example:

"3f1c2a6e-8b4d-4c1e-9f0a-2d7b5e6c8a91"

key_metadata
object

Credit usage, included whenever a valid API key is provided.