Skip to main content
GET
Get Analysis History

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:

Query Parameters

number
Page number for pagination. Default: 1
number
Number of items per page. Default: 10

Response

Success Response (200 OK)

Response Fields

array
List of analyses in the current page.
number
Total number of analyses.
number
Current page number.
number
Number of items per page.
number
Total number of pages available.

Error Responses

401 Unauthorized - Not Authenticated

Notes

Sorting: Results are sorted by creation date in descending order (newest first).
Pagination: Use the page and limit query parameters to navigate through large result sets. The default limit is 10 items per page.