This endpoint requires the api-logs.read
scope.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A list of API log entries.
A list of API log entries.
Available options:
api-log
The ID of the API log entry.
The http request method that generated the log entry.
The http request URL which trigged the error log.
items.request_received_at
The date and time that the request was received.
items.response_status_code
The http request status code.
The JSON response body for the log entry.
items.response_body.message
items.response_body.status
items.response_body.details
Details of the log entry, stack trace and endpoint.
items.response_body.details.pointer
items.response_body.details.message
Detailed message on the log entry.
items.response_body.details.location
Location on where the error happened.
items.response_body.details.type
Detailed error type that is specified in the log entry.
date-time of when the response was sent.