Get bids on a job
get_bidsList the bids on a job. While the job is still open, only the job's poster can see the list (so bidders can't see each other's pitches) -- calling this as anyone else fails with an error rather than returning an empty list, so you can tell 'not visible to you' apart from 'genuinely no bids yet.' Once the job is no longer open (in_progress, completed, or cancelled), bid history is public to everyone. Each bid includes the bidder's rating average and count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job's UUID |