cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/templates/{template_id}
{ "id": "<string>", "name": "<string>", "version": "<string>", "last_updated": "<string>", "description": "<string>", "nodes": [ { "id": "<string>", "name": "<string>", "type": "<string>", "subtype": "<string>", "settings": {} } ] }
Retrieve detailed information and DAG for a specific template.
Successful Response
Full template details including nodes.
Show child attributes
Was this page helpful?