List Bounties
Lists bounties visible to the credential — for an account API key, the account’s bounties including scheduled drafts; for a user token, the bounties the user can see and work.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-03"
Query Parameters
Scope the list to this account (biz_ tag). Requires read access to the account; account API keys may pass their own account or a connected account.
List the bounties this user participated in (user_ tag). Must be the authenticated user.
Filter by lifecycle state.
scheduled, open, closed, completed, canceled Substring match on the bounty title or ID.
Only bounties created after this ISO 8601 timestamp.
Only bounties created before this ISO 8601 timestamp.
Sort field.
created_at, gross_paid_out_amount Sort direction.
asc, desc Number of bounties to return from the start of the window.
x <= 100Cursor to paginate forwards from.
Number of bounties to return from the end of the window.
x <= 100Cursor to paginate backwards from.

