Retrieve an annotation by id
- async AsyncCogniteClient.annotations.retrieve(
- id: int,
-
- Parameters:
id (int) – id of the annotation to be retrieved
- Returns:
annotation requested
- Return type:
Annotation | None
id (int) – id of the annotation to be retrieved
annotation requested
Annotation | None