list_my_bounties
List bounties you created and filter by status to monitor drafts, open offers, or awarded tasks. Use pagination limits to review your posted GitHub bug bounties.
Instructions
List bounties posted by the authenticated user. Filter by status. Requires TASKBOUNTY_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default 25). | |
| offset | No | Offset for pagination (default 0). | |
| status | No | Optional comma-separated statuses, e.g. 'DRAFT,OPEN,AWARDED'. |