Skip to main content
GET
/
job-types
/
{JOB_TYPE_ID}
Fetch a job type
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
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

JOB_TYPE_ID
string<uuid>
required

The ID of the job type to fetch.

Response

Job type retrieved successfully

data
object
required