Retrieve an annotation by id

async AsyncCogniteClient.annotations.retrieve(
id: int,
) Annotation | None

Retrieve an annotation by id.

Parameters:

id (int) – id of the annotation to be retrieved

Returns:

annotation requested

Return type:

Annotation | None