List Bounty Submissions
Lists bounty submissions visible to the credential. User tokens return the submissions they authored plus every submission on bounties they posted; account API keys return the submissions on the account’s bounties. Pass account_id to view another account’s submissions as a team member, or bounty_id to narrow the list to one bounty.
Authorizations
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
Pins the request to a dated API version.
"2026-07-08-1"
Query Parameters
Scope the list to submissions on this account's bounties (biz_ tag). Requires read access to the account.
Only submissions on this bounty (bnty_ tag).
Filter by lifecycle state.
in_progress, submitted, approved, denied Only submissions created after this ISO 8601 timestamp.
Only submissions created before this ISO 8601 timestamp.
Sort field.
created_at Sort direction.
asc, desc Number of submissions to return from the start of the window.
x <= 100Cursor to paginate forwards from.
Number of submissions to return from the end of the window.
x <= 100Cursor to paginate backwards from.

