cURL
Snoozed Contacts
Get Snoozed Contacts
Returns all snoozed contacts for the team with pagination and filtering
GET
cURL
Returns all snoozed contacts for the team with pagination and filtering support. Snoozed contacts are temporarily suppressed from call lists until their snooze period expires.
Query Parameters
- page (optional, number): Page number for pagination. Default: 1
- limit (optional, number): Number of items per page. Min: 1, Max: 100
- sort (optional, string): Sort field(s). Prefix with ”-” for descending order. Default:
-createdAt - linkedin_username (optional, string): Filter by LinkedIn username
- external_contact_id (optional, string): Filter by external contact ID (e.g., CRM ID)
- email (optional, string): Filter by email address
- phone_number (optional, string): Filter by phone number
Response
Returns a paginated array of snoozed contacts with the following fields:_id- Unique identifierteam- Team IDuser- User who snoozed the contactcontact_list- Associated contact list IDlinkedin_username- LinkedIn usernameexternal_contact_id- External CRM contact IDemail- Email addressphone_number- Phone numbersnooze_until- Date when snooze expirescreatedAt- Creation timestampupdatedAt- Last update timestamp
Authorizations
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Sort field(s). Prefix with - for descending
Filter by LinkedIn username
Filter by external contact ID
Filter by email
Filter by phone number