listTemplates
List templates
Returns all templates for the current app. By default returns non-archived
templates. Set archived=true to return only archived templates.
Scope: templates:manage
Maps to OpenAPI operationId listTemplates — GET /manage-templates.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | When true, return only archived templates instead of active ones. | |
| x_app_id | No | Override X-App-Id for this call. Defaults to the MCP connection header. |