Get annotation
get_annotationRetrieve a single annotation including its page, target element selectors, styles, surrounding DOM, and runtime console/network diagnostics for complete debugging context.
Instructions
Fetch one annotation with its full captured context: page, target element (selector, XPath, styles), surrounding DOM, and runtime diagnostics (console + network).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| annotation_id | Yes | The id of the annotation to fetch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| dom | No | ||
| page | No | ||
| type | No | ||
| title | No | ||
| status | No | ||
| element | No | ||
| page_url | No | ||
| priority | No | ||
| selector | No | ||
| created_at | No | ||
| page_title | No | ||
| project_id | No | ||
| updated_at | No | ||
| description | No |