List API Log

Get the list of all logs within the selected workspace.\ Optionally filter by date, page, and # of items per page.

Log in to see full request history
Query Params
string
Defaults to -90d

Determines a point in time from which logs should be fetched. Either a specific ISO 8601 datetime or a relative identifier such as "-90d" (for past 90 days).

string

Determines a point in time from which logs should be fetched. Either a specific ISO 8601 datetime or a relative identifier such as "-10d" (for past 10 days) or a special "now" value.

int32
≥ 1
Defaults to 100

The amount of items on each page.

int32
≥ 1
Defaults to 1

Returns page of the results by number.

statuses
array of integers

Returns only the predefined status codes.

statuses
methods
array of strings

Returns only the predefined HTTP methods. Allows GET, POST, PUT, PATCH, and DELETE.

methods
string

Returns the results containing a string.

string

Returns logs for production/sandbox.

Responses

Language
Credentials