v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBComponents
Get a built component
Returns the fully evaluated (built) runtime form of the specified component, with expression fields resolved.
get/v1/components/{component_id}{version}/built
Path parameters
component_idstring required
versionstring required
Response
Successful response
Example response
{
"created_date": "2025-10-24T02:00:00-07:00",
"install": "handlebars@installtime:{{install}}",
"updated_date": "2025-10-24T02:00:00-07:00",
"variables": [
{
"priority": "10",
"values": {
"default": "handlebars@runtime:{{default}}",
"en": "handlebars@runtime:{{en}}"
}
}
]
}