Retrieve all recipients for a specific campaign with pagination support
auth key
Campaign ID
"camp-abcd1234"
Page number (starts from 1)
1
Number of items per page
10
Search recipients by first name or last name
"John"
Filter by recipient status. Can be comma-separated for multiple statuses
"invite_sent,address_confirmed"
Filter recipients by assigned user ID. Shows only recipients assigned to this user
"user-52ca8d67"
Sort by field (createdAt, updatedAt, firstName, lastName, status, email, or company). Default sorts by ready status first, then createdAt descending.
"firstName"
Sort order (asc or desc)
"desc"
Group results by status (true/false)
false
Filter by feedback presence (true for recipients with feedback, false for recipients without feedback)
true
Campaign recipients retrieved successfully
Recipients array or grouped by status when groupBy parameter is used
Campaign ID
"camp-abcd1234"
auth key
"org_123"
Count of recipients by status
{
"invite_sent": 15,
"address_confirmed": 8,
"processing": 3,
"shipped": 2,
"delivered": 1
}Total number of recipients in campaign across all statuses
29
Applied filters
{ "status": "invite_sent" }Organization details
Campaign details