List API Log

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

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 to 1000
Defaults to 100

The amount of items on each page. The total number of accessible items (count × page) must not exceed 10,000.

int32
≥ 1
Defaults to 1

Returns page of the results by number. The total number of accessible items (count × page) must not exceed 10,000.

statuses
array of objects

Returns only the predefined status codes.

statuses
methods
array of objects

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

methods
string

Returns the results containing a string.

string
enum

Returns logs for production/sandbox.

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json