Tool to retrieve a list of available document templates with pagination and filtering. Use when you need to search templates by name, slug, external_id, folder, or archived status.
qstringFilter templates based on the name partial match. Search for templates whose names contain this string.
slugstringFilter templates by unique slug identifier.
afterintegerReturn templates with IDs greater than this value. Used for cursor-based pagination. Pass the ID from pagination.next to load the next batch.
limitintegerMaximum number of templates to return. Default is 10; maximum is 100.
beforeintegerReturn templates with IDs less than this value. Used for cursor-based pagination.
folderstringFilter templates by folder name.
archivedbooleanIf true, only archived templates are returned; if false or omitted, only active templates are returned.
external_idstringThe unique application-specific identifier provided for the template via API or Embedded template form builder. Filters templates with the specified external ID.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.