cURL
curl --request GET \ --url https://api.example.com/api/screening/job/{jobId}
{ "screenings": [ { "id": 789, "candidateId": 456, "jobId": 123, "currentScore": 66.67, "potentialScore": 100, "disqualify": false, "summary": { "screeningSummary": "The candidate meets most critical requirements including ICU experience and certifications...", "followUpQuestions": [ "Are you willing and able to work night shifts?" ], "missingInformation": [ "Night shift availability" ], "strengths": [ "Current ACLS and BLS certifications" ], "gaps": [ "Experience level slightly below requirement" ] }, "criteria": [ { "id": 1, "source": "job_criteria", "question": "How many years of ICU nursing experience do you have?", "criteria": "Minimum of 3 years ICU nursing experience required", "type": "YearsOfExperience", "status": "PartiallyMet", "reasoning": "The candidate has 2 years of ICU experience...", "textEvidence": "2 years of experience in Medical ICU" } ], "qualificationLevel": "Appropriate", "isRelevant": true, "candidate": { "id": 456, "name": "Jane Smith", "location": "San Francisco, CA", "yearsOfExperience": 2 }, "createdAt": "2024-03-19T18:30:00Z" } ], "total": 12, "limit": 50, "offset": 0 }
Retrieve all screenings for a specific job