List Public Submissions
Lists a bounty’s publicly visible work — submitted, approved, and denied submissions in the reduced public shape. Authentication is optional; a bounty that is not publicly visible returns 404.
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-05-1"
Path Parameters
The bounty whose public submissions to list (bnty_ tag).
Query Parameters
Filter by lifecycle state.
submitted, approved, denied Only submissions created after this ISO 8601 timestamp.
Only submissions created before this ISO 8601 timestamp.
Sort field.
created_at, updated_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.

