Bounty Submissions

List Bounty Submissions

Lists bounty submissions visible to the credential — for a user token, the submissions they authored plus those on bounties they posted; for an account API key, the submissions on the account's bounties. For the anonymous view of one bounty's reviewed work, use the submissions list under the bounty instead.

get/bounty_submissions

Query parameters

account_idstring

Scope the list to submissions on this account's bounties (biz_ tag). Requires read access to the account.

bounty_idstring

Only submissions on this bounty (bnty_ tag).

status'in_progress' | 'submitted' | 'approved' | 'denied'

Filter by lifecycle state.

created_afterstring

Only submissions created after this ISO 8601 timestamp.

created_beforestring

Only submissions created before this ISO 8601 timestamp.

order'created_at' | 'updated_at'

Sort field.

direction'asc' | 'desc'

Sort direction.

firstinteger

Number of results to return from the start of the range.

afterstring

Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.

lastinteger

Number of results to return from the end of the range.

beforestring

Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.

Response

bounty submissions listed

Example response

{
  "data": [
    {
      "bounty_id": "bnty_xxxxxxxxxxxxxx",
      "capture_clips": [
        {
          "bounty_submission_id": "btys_xxxxxxxxxxxxxx",
          "created_at": "2026-01-01T12:00:00.000Z",
          "duration_seconds": 180,
          "failure_code": "upload_failed",
          "failure_message": "video: The video upload failed after 5 retries.",
          "frames_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
          "id": "bclip_xxxxxxxxxxxxxx",
          "imu_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
          "manifest_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
          "ready_at": "2026-01-01T12:00:00.000Z",
          "sequence": 1,
          "status": "ready",
          "updated_at": "2026-01-01T12:00:00.000Z",
          "video_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
        }
      ],
      "capture_filename": "US_Austin_BurnetRd_Bay2_mwebb",
      "city": "Austin",
      "claimed_at": "2026-01-01T12:00:00.000Z",
      "content": "Ceramic coating reveal, shot at the Burnet Rd bay",
      "country": "US",
      "created_at": "2026-01-01T12:00:00.000Z",
      "deliverable_type": "media",
      "deliverable_urls": [
        "https://tiktok.com/@shinetime/video/1"
      ],
      "denial_reason": "The clip never shows the finished paint.",
      "device": "iPhone 15 Pro",
      "files": [
        {
          "attachment_type": "image",
          "content_type": "image/png",
          "filename": "ceramic-coating-cut.png",
          "id": "file_xxxxxxxxxxxxxx",
          "url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
        }
      ],
      "fov": 120,
      "id": "btys_xxxxxxxxxxxxxx",
      "latest_proof_livestream_feed": {
        "ended_at": "2026-01-01T12:00:00.000Z",
        "id": "lfeed_1",
        "recording_status": "completed",
        "recording_url": "https://whop-assets-example.s3.amazonaws.com/uploads/video/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "started_at": "2026-01-01T12:00:00.000Z",
        "thumbnail_url": "https://img.whop.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxx/resize:fit/width:1000/height:500/plain/https://cdn.whop.com/livestreams/paint-correction-proof-cover.jpg",
        "title": "Untitled Livestream"
      },
      "operator": "mwebb",
      "resolved_at": "2026-01-01T12:00:00.000Z",
      "site": "BurnetRd",
      "station": "Bay2",
      "status": "submitted",
      "submitted_at": "2026-01-01T12:00:00.000Z",
      "updated_at": "2026-01-01T12:00:00.000Z",
      "worker": {
        "id": "user_xxxxxxxxxxxxxx",
        "name": "Dana Whitfield",
        "profile_picture": {
          "url": "https://ui-avatars.com/api/"
        },
        "username": "danawhitfield"
      }
    }
  ],
  "page_info": {
    "start_cursor": "WyJjdXJzb3IiLDFd"
  }
}

Changes

Changed in 5 of the 74 revisions of this API.1110

  • 4a1a4a5d2c72112See the full diff
    • ▲

      the response property // became nullable for the status

      response-property-became-nullable

    • ●

      added the new undefined enum value to the // response property for the response status

      response-property-enum-value-added

    • ○

      added the required property /////// to the response with the status

      response-required-property-added

    • ○

      added the required property /////// to the response with the status

      response-required-property-added

    • ○

      added the new enum value updated_at to the query request parameter order

      request-parameter-enum-value-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 74 revisions, 1 has no diff computed.