Get span annotations filtered by span_ids and/or identifier.
Return span annotations for a project, filtered by span_ids, identifier, or both. At least one of span_ids or identifier must be supplied. When both are supplied, results are the AND-intersection of the two filters.
Path parameters
The project identifier: either project ID or project name. If using a project name as the identifier, it cannot contain slash (/), question mark (?), or pound sign (#) characters.
The project identifier: either project ID or project name. If using a project name as the identifier, it cannot contain slash (/), question mark (?), or pound sign (#) characters.
Query parameters
Optional list of span ids to fetch annotations for. If omitted, identifier must be supplied.
Optional list of span ids to fetch annotations for. If omitted, identifier must be supplied.
Optional list of annotation identifiers to filter by. Each value must be non-empty. If omitted, span_ids must be supplied. When combined with span_ids, results are the AND-intersection of both filters.
Optional list of annotation identifiers to filter by. Each value must be non-empty. If omitted, span_ids must be supplied. When combined with span_ids, results are the AND-intersection of both filters.
Optional list of annotation names to include. If provided, only annotations with these names will be returned (allowlist). When omitted, the response includes every matching row regardless of name (no annotation names are excluded by default).
Optional list of annotation names to include. If provided, only annotations with these names will be returned (allowlist). When omitted, the response includes every matching row regardless of name (no annotation names are excluded by default).
Optional list of annotation names to exclude from results.
Optional list of annotation names to exclude from results.
A cursor for pagination
A cursor for pagination
The maximum number of annotations to return in a single request
The maximum number of annotations to return in a single request
Response
Successful Response
Changes
Changed in 2 of the 70 revisions of this API.415
- ○
added the new optional
queryrequest parameteridentifiernew-optional-request-parameter
- ○
the
queryrequest parameterspan_idsbecame optionalrequest-parameter-became-optional
- ○
queryrequest parameterspan_idslist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
for the
queryrequest parameterspan_ids, the minItems was decreased from1to0request-parameter-min-items-decreased
- ○
for the
queryrequest parameterspan_ids, the type/format was generalized fromarray/to/request-parameter-type-generalized
- ○
- ▲
the
queryrequest parameterspan_idsbecame requiredrequest-parameter-became-required
- ▲
queryrequest parameterspan_idslist-of-types was narrowed by removing typesnullrequest-parameter-list-of-types-narrowed
- ▲
for the
queryrequest parameterspan_ids, the minItems was increased from0to1request-parameter-min-items-increased
- ▲
for the
queryrequest parameterspan_ids, the type/format was changed from/toarray/request-parameter-type-changed
- ●
deleted the
queryrequest parameteridentifierrequest-parameter-removed
This revision also has 91 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲