Gets the API request logging log files.
GET {{baseUrl}}/v2.1/diagnostics/request_logs?encoding={{encoding}}
Retrieves a list of log entries as a JSON or xml object or as a zip file containing the entries.
If the Accept header is set to application/zip, the response is a zip file containing individual text files, each representing an API request.
If the Accept header is set to application/json
or application/xml
, the response returns list of log entries in either JSON or XML. An example JSON response body is shown below.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
encoding | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |