Start an asynchronous log search over a date range. Returns a `queryId`; poll with Get Log Query Results until status is Complete.
POST /logs/query
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
A tuple of [startTime, endTime] for the date range filter, each representing a unix timestamp.
Responses
Section titled “ Responses ”Successful response
Response type for POST /logs/query
object
Bad Request - validation errors, invalid input
Standard error response for API errors.
object
Unique tracking ID for the request.
Structured error details for API error responses.
object
Machine-readable error code.
Human-readable error message.
Actionable hint for fixing the error.
Unauthorized
Payment Required - usage limits exceeded
Standard error response for API errors.
object
Unique tracking ID for the request.
Structured error details for API error responses.
object
Machine-readable error code.
Human-readable error message.
Actionable hint for fixing the error.
Internal Server Error
Bad Gateway - provider error
Standard error response for API errors.
object
Unique tracking ID for the request.
Structured error details for API error responses.
object
Machine-readable error code.
Human-readable error message.
Actionable hint for fixing the error.