Get OpenTelemetry logs within a specified time window with flexible pagination options: Pass in only the end time to paginate backwards from there. Pass in a start time to paginate backwards from now until the start time. Pass in both to get resources within the time window. Filter additionally by branch_ids or file_id.
Query parameters
Include only resources from a given file identified by its ID
Branch IDs to filter by
Sort direction for the traces. Defaults to descending order of timestamp.
Start date of the time window (earliest time)
End date of the time window (latest time)
Maximum items to return in each paginated response
Response
A paginated result set
Changes
Changed in 4 of the 46 revisions of this API.25
- ▲
the
queryrequest parameterdirectionwas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
ascto thequeryrequest parameterdirectionrequest-parameter-enum-value-added
- ○
added the new enum value
descto thequeryrequest parameterdirectionrequest-parameter-enum-value-added
- ▲
- ▲
added the new required
queryrequest parameterdirectionnew-required-request-parameter
- ▲
- ○
the
queryrequest parametertrace_idsbecame optionalrequest-parameter-became-optional
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
- ○