Documentation Index
Fetch the complete documentation index at: https://superdoc-caio-pizzol-sd-3104-metadata-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Summary
List anchored-metadata entries in the document, optionally filtered by consumer namespace and/or awithin selection (returns only entries whose anchor overlaps within).
- Operation ID:
metadata.list - API member path:
editor.doc.metadata.list(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns an AnchoredMetadataListResult with summary entries (no payload); fetch payload via get.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
limit | integer | no | |
namespace | string | no | |
offset | integer | no | |
within | SelectionTarget | no | SelectionTarget |
within.end | SelectionPoint | no | SelectionPoint |
within.kind | "selection" | no | Constant: "selection" |
within.start | SelectionPoint | no | SelectionPoint |
Example request
Output fields
No fields.Example response
Pre-apply throws
CAPABILITY_UNAVAILABLEINVALID_INPUT
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

