box_docgen_template_get_by_id_tool
Retrieve metadata for a specific Box document generation template using its unique ID to access template details and configuration.
Instructions
Retrieve details of a specific Box Doc Gen template.
Args: client (BoxClient): Authenticated Box client. template_id (str): ID of the template.
Returns: dict[str, Any]: Metadata of the template or an error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes |