Back to Organization & People Management
Get Candidate Jobs
Retrieves all jobs a candidate has been matched to
Request Details
path Parameters
Field | Type | Required | Description |
---|---|---|---|
id | string | Yes | The unique identifier of the candidate |
Sample Request & Response
GET
/v1/candidates/{id}/jobsSample Request
Headers:
{
"Authorization": "Bearer <YOUR_API_KEY>"
}
Path Parameters:
{
"id": "string (required) - The unique identifier of the candidate"
}
Sample Response (200)
{
"id": "example_string",
"createdAt": "2025-07-26T12:00:00Z",
"updatedAt": "2025-07-26T12:00:00Z",
"organizationId": "example_string",
"memberId": "example_string",
"locationId": "example_string",
"rawText": "example_string",
"parseStatus": "example_string",
"title": "example_string",
"postedAt": "2025-07-26T12:00:00Z",
"jobUrl": "example_string",
"jobId": "example_string",
"applicationDeadline": "example_string",
"applicationInstructions": "example_string",
"industry": "example_string",
"tags": [],
"languageRequirements": [],
"company": {
"name": "example_string",
"about": "example_string"
},
"location": [
{
"country": "example_string",
"region": "example_string",
"city": "example_string",
"fullAddress": "example_string"
}
],
"employmentType": [
"Full Time",
"Part Time",
"Contract",
"Internship"
],
"experienceLevel": [
"Entry Level",
"Mid Level",
"Mid-Senior Level",
"Senior Level",
"Executive"
],
"educationLevel": [
[
"Bachelors",
"Masters",
"Doctorate"
]
],
"salaryRange": {
"currencyCode": "example_string",
"currencySymbol": "example_string",
"text": "example_string",
"low": 123,
"high": 123
},
"remoteWorkOption": [
"Onsite",
"Hybrid",
"Remote Anywhere (Global)",
"Remote Nationwide (Country)",
"Remote Regional/State"
],
"description": "example_string",
"requirements": [],
"responsibilities": [],
"benefits": [],
"department": [],
"skills": [],
"mustHaveSkills": [],
"minimumRequirements": [],
"niceToHaveSkills": [],
"preferredQualifications": []
}