list_prospect_pools
List prospect pools in Greenhouse. Shows pool names, descriptions, associated departments/offices/jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated prospect pool IDs | |
| active | No | Filter by active status | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| job_ids | No | Comma-separated job IDs | |
| per_page | No | Results per page (1-500, default 100) | |
| created_at | No | Filter by creation date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| office_ids | No | Comma-separated office IDs | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| department_ids | No | Comma-separated department IDs |