Get paginated list of contacts
Returns a paginated contact list with filters for search, status, contact channel, pipeline stage, campaign, tag, pool, and creation date. Use this endpoint to find contacts before adding them to pools, campaigns, listings, or conversation workflows.
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Query Parameters
Page number
Number of items per page
Search term for name, email, or phone
Filter by contact status
Active, Inactive Filter by preferred contact channel
Call, SMS, WhatsApp Filter by the contact's current pipeline stage UUID
Filter by campaign UUID (matches contacts whose pool is attached to this campaign)
Filter by tag UUID
Filter by contact pool UUID
Filter contacts created on or after this date (Y-m-d)
Filter contacts created on or before this date (Y-m-d)
Response
Success
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
"Contacts retrieved successfully"
