Get Analysis by ID
Skill Gap Analysis
Get Analysis by ID
Retrieve a specific skill gap analysis by its ID
GET
Get Analysis by ID
Endpoint
http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.
Authentication
Include the access token in the Authorization header:URL Parameters
string
required
The unique identifier of the skill gap analysis (UUID).
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 - Analysis Not Found
401 Unauthorized - Not Authenticated
Notes
Ownership: The analysis must belong to the authenticated job seeker. You cannot access
analyses created by other users.
