Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.alpharun.com/api/v1/job-types/{JOB_TYPE_ID} \ --header 'Authorization: Bearer <token>'
{ "data": { "job_type": { "id": "91f3c3e7-2b1d-4461-a4a1-b4f6eb8480bf", "name": "Store Manager", "job_description": "Lead store operations, coach associates, and deliver a consistent customer experience.", "ai_interviewer_guidance": "Ask follow-up questions about leadership experience and scheduling availability.", "qualifications": [ "Retail leadership experience", "Weekend availability" ], "resume_collection_type": "before_interview", "should_force_fullscreen": true, "should_record_video": true } } }
Fetches the full job type configuration referenced by the provided job type ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the job type to fetch.
Job type retrieved successfully
Show child attributes