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
Get a single anchored-metadata entry by id, including its JSON payload.- Operation ID:
metadata.get - API member path:
editor.doc.metadata.get(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns an AnchoredMetadataInfo with id, namespace, partName, and payload; or null if not found.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes |
Example request
Output fields
Variant 1
No fields.Variant 2
No fields.Example response
Pre-apply throws
TARGET_NOT_FOUNDCAPABILITY_UNAVAILABLE
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

