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).