list_my_bounties
Retrieve your posted bounties with optional status filter, limit, and pagination.
Instructions
List bounties posted by the authenticated user. Filter by status. Requires TASKBOUNTY_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional comma-separated statuses, e.g. 'DRAFT,OPEN,AWARDED'. | |
| limit | No | Max items to return (default 25). | |
| offset | No | Offset for pagination (default 0). |