annotations

Get span annotations for a list of span_ids.

get/v1/projects/{project_identifier}/span_annotations

Path parameters

project_identifierstring required

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

span_idsstring[] required

One or more span id to fetch annotations for

One or more span id to fetch annotations for

include_annotation_namesstring[] nullable

Optional list of annotation names to include. If provided, only annotations with these names will be returned. 'note' annotations are excluded by default unless explicitly included in this list.

Optional list of annotation names to include. If provided, only annotations with these names will be returned. 'note' annotations are excluded by default unless explicitly included in this list.

exclude_annotation_namesstring[] nullable

Optional list of annotation names to exclude from results.

Optional list of annotation names to exclude from results.

cursorstring nullable

A cursor for pagination

A cursor for pagination

limitinteger

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

next_cursorstring nullable required

Changes