v8
OpenAPI 3.1.02026-08-033623795.0 MBList 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.
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"
],
"business_goal_type": "clipping",
"scheduled_frequency": "once",
"status": "scheduled"
}
]
}