Skip to main content
GET
List Bounties

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-08-1"

Query Parameters

account_id
string

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.

user_id
string

List the bounties this user participated in (user_ tag). Must be the authenticated user.

status
enum<string>

Filter by lifecycle state.

Available options:
scheduled,
open,
closed,
completed,
canceled
query
string

Substring match on the bounty title or ID.

created_after
string

Only bounties created after this ISO 8601 timestamp.

created_before
string

Only bounties created before this ISO 8601 timestamp.

order
enum<string>
default:created_at

Sort field.

Available options:
created_at,
gross_paid_out_amount
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
first
integer
default:20

Number of bounties to return from the start of the window.

Required range: x <= 100
after
string

Cursor to paginate forwards from.

last
integer

Number of bounties to return from the end of the window.

Required range: x <= 100
before
string

Cursor to paginate backwards from.

Response

bounties listed

data
object[]
required
page_info
object
required