Get Proposal Details
upwork_get_proposalRetrieve full proposal details including cover letter, screening answers, bid, and status using a proposal ID. Get complete information for review or tracking.
Instructions
Get detailed information about a specific proposal.
Retrieve the full proposal including cover letter, answers to screening questions, and current status.
Args:
proposal_id (string, required): The proposal ID
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Complete proposal details including cover letter, bid, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | The unique identifier of the proposal to retrieve | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |