v1
latestOpenAPI 3.1.02026-08-066378446.6 KBDocument Operations
List document's metadata values
<small>Requires an API token with the Document Reader role.</small>
Lists a document's associated metadata values.
Entries with the multi_select value type are only included in the response if you are using API version 2026-04-02 or newer.
get/documents/{document}/metadata-values
Path parameters
documentstring required
The document UUID
Response
Array of MetadataValueResource
Example response
{
"data": [
{
"uuid": "4ed6c60b-bc4f-4390-bbf5-ed384e3443c9",
"metadata": {
"uuid": "7dae3dad-e56d-45e9-86e5-b69dc30597dc",
"name": "discount_rate",
"display_name": "Discount Rate",
"settings": {
"currencies": [
"EUR",
"USD"
]
},
"description": "The discount rate applied to the company valuation in a follow-on financing round.",
"keywords": "discount, rate, valuation",
"prompt": "Extract the discount rate percentage from the document."
},
"reference_dynamic_field_uuid": "7dae3dad-e56d-45e9-86e5-b69dc30597dc"
}
]
}