Returns a paginated list of pools. Each pool is a named bucket of contacts that one or more campaigns can draw from. Pool ‘type’ (FIFO/LIFO/Parallel) controls the order pool items are processed when a campaign runs.
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}"
1-based page number. Default 1.
Items per page. Default 15.
Case-insensitive partial match against pool name, description, or type.
Filter by processing order. FIFO = oldest pending first; LIFO = newest pending first; Parallel = up to max_parallel_items concurrent, priority-ordered.
FIFO, LIFO, Parallel Filter by active flag. Inactive pools cannot be selected by new campaigns.