---
title: "Fetch Job Seeker"
method: GET
path: "/api/v1/job_seekers/{id}"
tags: ["Job Seekers"]
---

# Fetch Job Seeker

`GET /api/v1/job_seekers/{id}`

## Query parameters

- `extra_fields[job_seekers]` JobSeekersExtraFields[] — Job Seeker extra fields list
- `include` string[] — Job Seeker relationships available for inclusion
- `fields[job_seekers]` JobSeekersReadableAttribute[] — Job Seeker readable attributes list
- `fields[answers]` AnswersReadableAttribute[] — Answer readable attributes list
- `fields[candidates]` CandidatesReadableAttribute[] — Candidate readable attributes list
- `fields[comments]` CommentsReadableAttribute[] — Comment readable attributes list
- `fields[custom_attributes]` CustomAttributesReadableAttribute[] — Custom Attribute readable attributes list
- `fields[structured_section_responses]` StructuredSectionResponsesReadableAttribute[] — Structured Section Response readable attributes list
- `fields[user_scorecards]` UserScorecardsReadableAttribute[] — User Scorecard readable attributes list

## Response `200`

OK: Job Seeker resource

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/pinpointhq/apis/pinpoint-external-api-reference.md) · [All operations](https://skmtc.net/pinpointhq/apis/pinpoint-external-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinpointhq/pinpoint-external-api-reference/versions/da26e9683289/schema)
