Skip to content

Waitlist

waitlist_signups_list

List waitlist signups.

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

NameTypeRequiredDescription
statusstring | arrayFilter by status: pending, invited, or registered. Omit for all.
fieldsarrayFields per row. Default [status, created_at]; id is always included.
limitintegerPage size (1–200).default: 50
cursorstringKeyset cursor from a previous response's next_cursor.

Try it

List the first 50 pending waitlist signups.

When to use

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.

Example

Ask your agent something like this:

List the first 50 pending waitlist signups.

The agent will invoke waitlist_signups_list with these arguments:

{
  "status": "pending",
  "limit": 50
}

Esc

Start typing to search the docs.

navigateselect