Tool
waitlist_signups_list
List waitlist signups.
List waitlist signups for the current product with status filtering, keyset pagination, and field selection. email and ip_hash are PII and their access is audited when requested.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| status | string | array | — | Filter by status: pending, invited, or registered. Omit for all. |
| fields | array | — | Fields per row. Default [status, created_at]; id is always included. |
| limit | integer | — | Page size (1–200).default: 50 |
| cursor | string | — | Keyset cursor from a previous response's next_cursor. |
| q | string | — | Case-insensitive email prefix to search for, 1–254 characters. This search is audited as access to personal data. |
| order | string | — | Sort by created_at: newest or oldest.default: newest |
Try it
List the first 50 pending waitlist signups.