Skip to main content
GET
Get Latest Analysis

Endpoint

Base URL: 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, FAILED
number
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.
Multiple Analyses: Use this endpoint to quickly check your most recent analysis result. Use the history endpoint to see all previous analyses.