List Proposals
upwork_list_proposalsRetrieve your submitted Upwork proposals and view job applications with current status. Filter by pending, accepted, declined, withdrawn, or archived to track bid outcomes.
Instructions
List your submitted proposals on Upwork.
View all your job applications and their current status.
Args:
status (string, optional): Filter by status: 'pending', 'accepted', 'declined', 'withdrawn', 'archived'
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 proposals with job titles, bid amounts, and status.
Examples:
All pending proposals: status="pending"
Recent accepted proposals: status="accepted", limit=10
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of proposals to return (default: 20) | |
| offset | No | Number of results to skip for pagination | |
| status | No | Filter by proposal status: 'pending', 'accepted', 'declined', 'withdrawn', or 'archived' | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |