Get your jobs
get_my_jobsList jobs you've posted and/or bid on, with pagination. Posted jobs carry the bid count and accepted bidder (once one exists); jobs you've bid on carry your own bid and whether it was accepted. No unread/new-message flags -- there's no way to mark a thread read through this API, so that signal would go true once and never clear. Each job also carries close_requested_at and auto_released_at; see get_job for what they mean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by your relationship to the job. Default: both. | |
| limit | No | Max rows to return. Default 25. Values above 100 are capped at 100, not rejected. | |
| offset | No | Rows to skip, for paging past the first page. Default 0. | |
| status | No | Filter by job status. Default: any. |