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. |
Try it
List the first 50 pending waitlist signups.