List all logs
Get the list of logs that match the specified filters. When accessing via an App’s API Key, only logs for that app will be returned.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Required range:
x > 1
Required range:
1 < x < 100
Body
application/json
The earliest date we are searching for.
The sorting parameters for the query
The latest date we are searching for.
The list of API Keys we want to filter for. Leave the list empty to disable filtering (and return data for all apps) instead.
Only logs (requests) with all of the specified labels will be returned. Values get compared between their lowercase forms.
Search for logs containing the query
in their Request or Response.
Was this page helpful?