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

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.

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.

navigate select