get_data_template
Retrieve a data template by ID to access its content type and field definitions, including machine-name conversions for document creation.
Instructions
Get one data template with its content type and fields. The content_type.fields list gives each field's name; the machine name for create_document_from_template is the lowercased name with spaces as underscores and other characters stripped (e.g. "Client Name" → client_name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Data template id (UUID) |