v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Resumes

List all resumes

Returns a list of all resumes belonging to the authenticated user. Results can be filtered by tags and sorted by last updated date, creation date, or name. Resume data is not included in the response for performance; use the get endpoint to fetch full resume data. Requires authentication.

get/resumes

Query parameters

tagsstring[]
sort'lastUpdatedAt' | 'createdAt' | 'name'

Response

A list of resumes with their metadata (without full resume data).

idstring required

The ID of the resume.

namestring required

The name of the resume.

slugstring required

The slug of the resume.

tagsstring[] required

The tags of the resume.

isPublicboolean required

Whether the resume is public.

isLockedboolean required

Whether the resume is locked.

createdAtstring date-time required

The date and time the resume was created.

updatedAtstring date-time required

The date and time the resume was last updated.