list_passes
List passes for a template with pagination and status filtering to browse, count, or find passes by installation status.
Instructions
List all passes for a given template with pagination and optional status filtering. Use this to browse passes, check counts, or find passes by their installation status. Returns pass objects with IDs, emails, phones, and device counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: 15) | |
| status | No | Filter by installation status (default: all) | |
| endBefore | No | Cursor for previous page | |
| startAfter | No | Cursor for next page — use value from previous response | |
| templateId | Yes | Template ID to list passes for |