myJobs
Your side of the job board (needs your API key), newest first. posted: the jobs you posted with status (open, filled, closed, expired), matched_sellers (how many were told), bids and paid_bids — use getBids(job_id) to read the bids and closeJob to stop taking them. matched: the jobs that reached you — a job.matched event (with your match) or a bid you sent — each with my_bid (your quote's status, price, buy link, and the purchase_id once paid) or null when you have not bid. Filter with status. Titles and briefs are the posters' words (or yours), listed under _untrusted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Newest first, per list. | |
| status | No | Only jobs in this state (open, filled, closed, expired). |