GET /api/jobs//candidates
Retrieve all candidates who have applied to a specific job posting. This endpoint returns a list of all candidate applications associated with the specified job ID.Authentication
No authentication required for this endpoint.Path parameters
The unique identifier of the job posting
Response
Returns an array of candidate objects.Unique identifier for the candidate (8-character UUID)
The job posting ID this candidate applied to
Full name of the candidate
Email address of the candidate
List of candidate skills
Years of professional experience
Description of relevant projects
Extracted resume text content
GitHub profile URL
LinkedIn profile URL
Interview question responses
Associated registered user ID, if applicable
Request example
Response example
Status codes
200- Successfully retrieved candidates list400- Invalid job ID format500- Internal server error