Get Job Details
upwork_get_jobRetrieve complete details for any Upwork job using its ID, including full description, budget, client history, skills, and application requirements.
Instructions
Get detailed information about a specific Upwork job.
Retrieves complete job details including full description, client history, and requirements.
Args:
job_id (string, required): The unique job identifier
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Complete job details including description, budget, skills, client info, and application requirements.
Examples:
Get job details: job_id="~01abc123def456"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The unique identifier of the job to retrieve | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |