Retrieve Bounty Submission
Retrieves one bounty submission the credential can see — one the caller authored, or one on a bounty they posted or their account owns. Reading another member’s work on an account’s bounty takes account_id, the same way the list does.
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-21"
Path Parameters
The bounty submission to act on (btys_ tag).
Query Parameters
Read the submission as this account (biz_ tag), scoping the lookup to its bounties rather than the caller's own work. Requires read access to the account. Without it the lookup covers only what the credential owns — the submissions the caller authored plus those on bounties they posted.
Response
bounty submission returned
The bounty the work was submitted to, prefixed bnty_.
"bnty_xxxxxxxxxxxxxx"
The vendor filename stem Country_City_Site_Station_Operator, derived from the capture metadata. null until every component is present.
"US_Austin_BurnetRd_Bay2_mwebb"
Number of verified capture clips accepted for this submission so far. 0 for submissions whose deliverable doesn't accumulate clips.
0
Total verified duration of accepted capture clips, in whole seconds. 0 for submissions whose deliverable doesn't accumulate clips.
0
Capture metadata: city the footage was recorded in. null unless capture metadata was provided.
"Austin"
When the worker claimed the submission, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
Written proof the worker submitted with their work.
"Ceramic coating reveal, shot at the Burnet Rd bay"
Capture metadata: country the footage was recorded in. null unless capture metadata was provided.
"US"
When the submission was created, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
How the work arrived when it came in through the API in one shot, informational only — read the work from deliverable_urls, files, and capture_clips directly. null for submissions whose proof is a livestream recording, including ones that attached links or files on submit.
content_url, media, data_capture, null "media"
Links submitted as work, followed by temporary download URLs for the uploaded files. null when the submission carries neither.
Why the submission was denied, when a presentable reason exists. Always null unless status is denied.
"The clip never shows the finished paint."
Capture metadata: device the footage was recorded on. null unless capture metadata was provided.
"iPhone 15 Pro"
Capture metadata: horizontal field of view in degrees. null when not reported.
120
Submission ID, prefixed btys_.
"btys_xxxxxxxxxxxxxx"
Latest public proof livestream attached to the submission.
Capture metadata: identifier of the person who recorded the footage. null unless capture metadata was provided.
"mwebb"
When the submission was approved or denied, as an ISO 8601 timestamp. null until then.
"2026-01-01T12:00:00.000Z"
Capture metadata: site or venue the footage was recorded at. null unless capture metadata was provided.
"BurnetRd"
Capture metadata: station or position within the site. null unless capture metadata was provided.
"Bay2"
Lifecycle state. in_progress submissions are active attempts that have not submitted proof yet; submitted submissions await review; approved submissions were accepted and paid; denied submissions were rejected. null when the attempt ended without proof, taking it out of the public lifecycle — those attempts are absent from every public list and read.
in_progress, submitted, approved, denied, null "submitted"
When proof was submitted for review, as an ISO 8601 timestamp. null while the attempt is in progress.
"2026-01-01T12:00:00.000Z"
When the submission was last updated, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
User who submitted the work.

