Retrieve multiple annotations by id

async AsyncCogniteClient.annotations.retrieve_multiple(
ids: Sequence[int],
) AnnotationList

Retrieve annotations by IDs.

Parameters:

ids (Sequence[int]) – list of IDs to be retrieved

Returns:

list of annotations

Return type:

AnnotationList