hires_set_job_status
Change a job's status to Draft, Public, or Archived. Automate publish/unpublish/archive transitions and status workflows via API.
Instructions
Change job status via dedicated endpoint. Recommended for publish/unpublish/archive transitions and status automation workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID (numeric) or alias | |
| status | Yes | New job status (e.g. Draft, Public, Archived). See GET /taxonomy/statuses. | |
| include | No | Comma-separated related resources to embed: workflow, hiring_team, pipeline_stages |