Get annotation
get_annotationFetch 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 |