List Clerk waitlist entries
List waitlist entries in a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/waitlist-entrieshttps://api.vee3.io/v1/clerk/waitlist-entries
List waitlist entries in a connected Clerk application.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.list_waitlist_entriesParameters6 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
limitintegerOptionalMaximum number of waitlist entries to return (1–500).
Default: 10
offsetintegerOptionalNumber of waitlist entries to skip before returning results.
Default: 0
querystringOptionalFilter by email address or waitlist entry id.
statusstringOptionalOptional status filter: "pending", "invited", "rejected", or "completed".
order_bystringOptionalSort order: created_at, email_address, or invited_at with optional + or - prefix. Defaults to -created_at.
Response8 fields
waitlist_entriesarrayitems6 fieldsWaitlist entries returned for the requested page.
waitlist_entriesarrayitemsidstringWaitlist entry id (wle_...).
email_addressstringEmail address on the waitlist.
statusstringWaitlist status: "pending", "invited", "rejected", or "completed".
created_atintegerUnix timestamp in milliseconds when the entry was created.
updated_atintegerUnix timestamp in milliseconds when the entry was last updated.
is_lockedbooleanWhether the entry is locked during batch processing.
total_countintegerTotal number of waitlist entries on this page.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required