Skip to main content
GET
List Bounty Submissions

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 submissions on this account's bounties (biz_ tag). Requires read access to the account.

bounty_id
string

Only submissions on this bounty (bnty_ tag).

status
enum<string>

Filter by lifecycle state.

Available options:
in_progress,
submitted,
approved,
denied
created_after
string

Only submissions created after this ISO 8601 timestamp.

created_before
string

Only submissions created before this ISO 8601 timestamp.

order
enum<string>
default:created_at

Sort field.

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

Sort direction.

Available options:
asc,
desc
first
integer
default:20

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

Required range: x <= 100
after
string

Cursor to paginate forwards from.

last
integer

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

Required range: x <= 100
before
string

Cursor to paginate backwards from.

Response

bounty submissions listed

data
object[]
required
page_info
object
required