list_templates
Retrieve document templates from DocuSeal with pagination, search, and filtering options to manage your template library efficiently.
Instructions
List templates with pagination. Parameters: limit (max 100), after, before, q (search), archived.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of templates to return (1-100). | |
| after | No | Return items with ID greater than this value. | |
| before | No | Return items with ID less than this value. | |
| q | No | Search query for template name or related fields. | |
| archived | No | When true, returns archived templates. |