ashby_get_job_details
Retrieve full job details and interview plan stages for a job ID to understand position requirements and hiring pipeline.
Instructions
Get full details for a specific job including its description and interview plan stages.
Use this after ashby_list_jobs to understand a position's requirements and hiring pipeline. Fetches the job, resolves the job posting description, and interview plan stages automatically.
Response: job (id, title, status, description, hiringTeam, customFields, locationId, departmentId), interview_stages[] (id, title, type, order).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job ID (UUID) to fetch details for. |