Returns paginated ContactPoolItem rows in the pool, each enriched with the underlying Contact’s name/email/phone and the item’s processing state (status, retry_count, started_at, etc.). Sorted by most recently updated first. Supports search and status filtering for triage 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.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
UUID of the pool whose members to list.
1-based page number. Default 1.
Items per page. Default 25.
Case-insensitive partial match against the underlying contact's name, surname, email, or phone_number. Combine with status= to filter further.
Filter by ContactPoolItem status. Pending = waiting to be picked up. Processing/In_Call = currently being attempted. Retrying = failed once, awaiting retry window. Scheduled = queued for a specific future retry time. Completed/Failed/Skipped = terminal.
Pending, Processing, Completed, Failed, Retrying, Scheduled, In_Call, Skipped