box_docgen_template_list_tags_tool
Retrieve all tags associated with a Box document generation template to organize and filter templates by metadata.
Instructions
List all tags for a Box Doc Gen template.
Args: client (BoxClient): Authenticated Box client. template_id (str): ID of the template. template_version_id (str, optional): Specific version ID. marker (str, optional): Pagination marker. limit (int, optional): Max items per page.
Returns: list[dict[str, Any]]: A list of tags for the template or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | ||
| template_version_id | No | ||
| marker | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |