Skip to content

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.
qstringCase-insensitive email prefix to search for, 1–254 characters. This search is audited as access to personal data.
orderstringSort by created_at: newest or oldest.default: newest

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