List Workforce Bounties
Lists workforce bounties visible to the credential. Account API keys return the account’s bounties, scheduled drafts included; user tokens return the bounties the user can see and work. Pass account_id to view one account’s bounties as a team member (or a connected account of the caller’s), or user_id (your own) to list the bounties you participated in.
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 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.

