Alpha: Document API is currently alpha and subject to breaking changes.
Summary
List all hyperlinks in the document, with optional filtering by href, anchor, or display text.- Operation ID:
hyperlinks.list - API member path:
editor.doc.hyperlinks.list(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns a HyperlinksListResult with an array of hyperlink discovery items and pagination metadata.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
anchor | string | no | |
hrefPattern | string | no | |
limit | integer | no | |
offset | integer | no | |
textPattern | string | no | |
within | NodeAddress | no | NodeAddress |
Example request
Output fields
| Field | Type | Required | Description |
|---|---|---|---|
evaluatedRevision | string | yes | |
items | object[] | yes | |
page | PageInfo | yes | PageInfo |
page.limit | integer | yes | |
page.offset | integer | yes | |
page.returned | integer | yes | |
total | integer | yes |
Example response
Pre-apply throws
- None
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

