list_templates
List pass templates owned by your account with cursor pagination. Get a paginated list with has_more, next_cursor, and total_count.
Instructions
List pass templates owned by this account, cursor-paginated. Returns { object: 'list', data, has_more, next_cursor, total_count }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 15, max 100). | |
| startingAfter | No | Cursor — pass `next_cursor` from the previous response. |