List Request Logs
GET /logs
GET
/logs
Recent API requests for the authenticated org (most recent first).
Useful for debugging an integration: see your last calls, their status codes, and the request_id to correlate with the X-Request-Id header. Best-effort — entries are retained briefly and may be absent if logging was unavailable.
Authorizations
Parameters
Query Parameters
limit
Max entries to return (most recent first)
integer
Max entries to return (most recent first)
Header Parameters
Responses
200
Successful Response
object
data
required
Array<object>
object
method
required
HTTP method
string
path
required
Request path
string
request_id
required
Correlation id — matches the X-Request-Id response header
string
status
required
HTTP status code of the response
integer
timestamp
required
Unix seconds when the request completed
integer
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string