715c4defcbbf
List Bounties
Lists bounties visible to the credential — for an account API key, the account's bounties including scheduled drafts; for a user token, the bounties the user can see and work.
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.
Filter by the poster's declared goal. Bounties created before the goal taxonomy carry no goal and never match this filter.
Only bounties workable from this country, as an ISO 3166-1 alpha-2 code. Bounties with no country targeting are workable worldwide and always match.
Only bounties posted to this forum experience, prefixed exp_. An unknown experience, or one outside the caller's scope, matches nothing.
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.
Sort direction.
Number of bounties to return from the start of the window.
Cursor to paginate forwards from.
Number of bounties to return from the end of the window.
Cursor to paginate backwards from.
Response
bounties listed
Example response
{
"data": [
{
"accepted_deliverable_types": [
"content_url"
],
"accepted_submissions_limit": 1,
"accepted_submissions_per_user_limit": 1,
"affiliate_share_amount": 2.1,
"allowed_country_codes": [
"US"
],
"budget_amount": 15,
"business_goal_type": "clipping",
"cancel_requested_at": "2026-01-01T12:00:00.000Z",
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"experience_id": "exp_xxxxxxxxxxxxxx",
"funding_account": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing"
},
"gross_reward_amount": 15,
"id": "bnty_xxxxxxxxxxxxxx",
"net_reward_amount": 10.5,
"poster": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "danawhitfield"
},
"scheduled_frequency": "once",
"scheduled_publish_at": "2026-01-01T12:00:00.000Z",
"spots_remaining": 1,
"status": "open",
"submissions_closed_at": "2026-01-01T12:00:00.000Z",
"title": "Photograph the storefront",
"unresolved_submissions_count": 1,
"updated_at": "2026-01-01T12:00:00.000Z"
}
],
"page_info": {
"end_cursor": "WyJjdXJzb3IiLDFd",
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}