List Saved Jobs
upwork_list_saved_jobsRetrieve your saved Upwork jobs to revisit favorited opportunities. Browse your list with pagination controls.
Instructions
List jobs you've saved/favorited on Upwork.
Retrieves your saved jobs list for easy access to opportunities you're interested in.
Args:
limit (number): Max results (default: 20, max: 100)
offset (number): Pagination offset (default: 0)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: List of your saved jobs with basic details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of jobs to return (default: 20) | |
| offset | No | Number of results to skip for pagination | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |