list_bounties
List open bounties on Algora with filters for organization, status, amount, or tech stack. Get paginated results with reward amounts and issue URLs.
Instructions
List open bounties on Algora. Optionally filter by organization slug, status, minimum/maximum amount in USD, or tech stack. Returns paginated results with reward amounts and issue URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization slug on Algora (e.g., 'cal', 'supabase', 'projectdiscovery'). Omit to browse all orgs. | |
| status | No | Bounty status. 'open'/'active' = claimable now. Default: 'open'. | |
| limit | No | Max results (1–100). Default: 20. | |
| cursor | No | Pagination cursor from previous response's next_cursor. | |
| min_amount | No | Minimum bounty amount in USD (e.g., 200 for $200+). | |
| max_amount | No | Maximum bounty amount in USD. | |
| tech | No | Filter by tech/language (e.g., 'typescript', 'python', 'rust'). |