Get Latest Analysis
Skill Gap Analysis
Get Latest Analysis
Retrieve the most recent skill gap analysis for the authenticated job seeker
GET
Get Latest Analysis
Endpoint
http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.
Authentication
Include the access token in the Authorization header:Response
Success Response (200 OK)
Response Fields
string
Unique identifier for the analysis (UUID).
string
The job title the analysis was performed against.
string
Current status of the analysis. Values:
PROCESSING, COMPLETED, FAILEDnumber
Overall match score as a percentage (0-100).
array
List of strengths identified in the candidate’s profile.
array
List of skill gaps identified.
array
List of career development recommendations.
string
When the analysis was created (ISO 8601).
string | null
When the analysis was completed (ISO 8601).
Error Responses
404 Not Found - No Analysis Found
401 Unauthorized - Not Authenticated
Notes
Processing Time: If you just created an analysis, wait 10-30 seconds before checking the
latest result as the analysis is processed asynchronously.
