Get Contract Details
upwork_get_contractRetrieve detailed contract information by contract ID, including payment terms, milestones, and client feedback.
Instructions
Get detailed information about a specific contract.
Retrieve complete contract details including terms, milestones, and feedback.
Args:
contract_id (string, required): The contract ID
include_milestones (boolean): Include milestone details (default: true)
include_feedback (boolean): Include feedback details (default: true)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Complete contract details including payment terms, milestones, and client feedback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_id | Yes | The unique identifier of the contract to retrieve | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |
| include_feedback | No | Whether to include feedback details in the response | |
| include_milestones | No | Whether to include milestone details in the response |