list_work_experiences
Retrieve a paginated list of work experiences, optionally filtered by resume ID or only current roles.
Instructions
List work experiences, optionally filtered to a specific resume and/or only current roles. Response includes total_count and items for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume_id | No | Optional resume ID from list_resume_summaries to filter results | |
| current_only | No | If True, return only roles where end_date is 'Present' | |
| 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 | |||