get_annotation
Retrieve a specific annotation by its ID to access its text, label, quality score, and metadata. Returns 404 for IDs not owned by your account.
Instructions
Fetch one annotation by id (obtained from list_annotations_*). Includes annotationText / label / qualityScore / callId / createdAt / updatedAt / createdByUserId. Ids belonging to other accounts return 404 (structural defense).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| annotationId | Yes | Target annotation id (AUTOINCREMENT integer) |