list_resumes
Browse resumes and job application documents. Returns structured data for resumes, file metadata for others. Supports type filtering and pagination.
Instructions
List all documents. When doc_type is 'resume' (or omitted), structured resume data is returned if available; otherwise flat file metadata is returned. Response includes total_count and items for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_type | No | Optional filter — one of: resume, cover_letter, application_material, other | |
| limit | No | Maximum number of results to return (default 100) | |
| offset | No | Number of results to skip for pagination (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||