list_job_posts
List job posts in Greenhouse. Job posts are the public or internal postings of a job, including title, content, and questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated job post IDs to filter by | |
| live | No | Filter by live status (live post on a live job board) | |
| 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 to filter by | |
| featured | No | Filter by featured status | |
| internal | No | Filter by internal posting status | |
| 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 | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| job_board_ids | No | Comma-separated job board IDs to filter by |