list_approval_flows
List approval flows in Greenhouse. Shows job/offer approval workflows, their status (pending/rejected/approved), and whether they are sequential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated approval flow IDs | |
| 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) | |
| offer_ids | No | Comma-separated offer IDs | |
| created_at | No | Filter by creation date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| approval_type | No | Filter by approval type |