List all guests
Guests
List all guests
Retrieves a paginated list of guests with filtering, sorting, and search capabilities.
GET
List all guests
Documentation Index
Fetch the complete documentation index at: https://docs.envelope.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Event ID to scope the guest list.
Number of records to skip for pagination.
Required range:
x >= 0Example:
0
Maximum number of records to return.
Required range:
1 <= x <= 100Example:
20
Search term for filtering guests by first name, last name, or email.
Example:
"john"
Filter guests by exact email address match.
Example:
"john@example.com"
Sort field and direction (field:asc|desc).
Example:
"lastName:asc"
JSON-encoded filter criteria for guest properties.
Example:
"{\"status.confirmation\":1}"