list_milestones
Retrieve hiring milestones (pipeline stage groupings) with filtering by creation or update dates and pagination for efficient recruitment stage management.
Instructions
List all hiring milestones (pipeline stage groupings) in the organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page | |
| sort_by | No | Field to sort by (default: created_at) | |
| sort_order | No | Sort direction | |
| created_after | No | Filter by created date (ISO 8601, inclusive lower bound) | |
| created_before | No | Filter by created date (ISO 8601, inclusive upper bound) | |
| updated_after | No | Filter by updated date (ISO 8601, inclusive lower bound) | |
| updated_before | No | Filter by updated date (ISO 8601, inclusive upper bound) |