List API Log
Get the list of all logs within the selected workspace.\ Optionally filter by date, page, and # of items per page.
Query parameters
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).
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.
The amount of items on each page. The total number of accessible items (count × page) must not exceed 10,000.
Returns page of the results by number. The total number of accessible items (count × page) must not exceed 10,000.
Returns only the predefined status codes.
Returns only the predefined HTTP methods. Allows GET, POST, PUT, PATCH, and DELETE.
Returns the results containing a string.
Returns logs for production/sandbox.
Response
OK
Example response
{
"results": [
{
"id": "AXyDkCYFy9B65Q_E9BY3",
"url": "/public/v1/documents",
"status": 200,
"request_time": "2021-10-15T10:59:22.852",
"response_time": "2021-10-15T10:59:23.152"
}
]
}