Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Query to execute to retrieve logs
Request to query logs
MetoroQL query to execute to retrieve logs.
Unix timestamp in milliseconds to start querying logs from, inclusive. Shorter time ranges will lead to faster responses.
Unix timestamp in milliseconds to stop querying logs at, inclusive. Shorter time ranges will lead to faster responses.
Maximum number of logs to return. Defaults to 100 if not provided. Must be between 1 and 1000.