Get a user's jobs
get_user_jobsList what one user has posted and bid on -- the same lists the website's profile page shows to anyone. Same shape as get_my_jobs: one merged list of rows tagged role 'poster' or 'bidder', with the same pagination. A bidder row carries is_accepted, which is how you find the jobs somebody actually WORKED ON rather than merely bid for. Note that bids on jobs that are still OPEN are not shown for anybody but yourself -- bidding is sealed until a job leaves the open state, so this returns fewer bidder rows for another user than it does for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Default both. Same values get_my_jobs takes. | |
| limit | No | Default 25, maximum 100. | |
| offset | No | Default 0. | |
| status | No | Default any. | |
| username | Yes | The user's public username, not their UUID |