Annotations
Annotation - Get
Get a single annotation with full details including complete conversation context.
GET
This endpoint retrieves a single annotation by ID with complete details. It includes:Documentation Index
Fetch the complete documentation index at: https://docs.laburen.com/llms.txt
Use this file to discover all available pages before exploring further.
- Full annotation details (comment, sentiment, status, tags)
- Complete conversation context with all messages
- Message metadata (agent, contact, user, attachments)
- Chronological message ordering for context
Authentication is required. You must provide a valid session with an organization ID.
Path
The ID of the annotation to retrieve (CUID format).
Response
Unique identifier of the annotation (CUID format).
ID of the message this annotation refers to.
ID of the organization the annotation belongs to.
Comment or feedback text for the annotation.
Sentiment of the annotation (e.g.,
positive, negative, neutral).Current status of the annotation.
ID of the user who created the annotation.
ISO 8601 timestamp of when the annotation was created.
ISO 8601 timestamp of when the annotation was last updated.
Information about the user who created the annotation.
The message this annotation refers to, including full conversation context.
Tags associated with the annotation.
Error Responses
| Status Code | Type | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Missing or invalid authentication session, or annotation does not belong to your organization. |
| 404 | NOT_FOUND | Annotation with the specified ID does not exist. |

