Skip to main content
GET
/
data-upload-submissions
/
{id}
Get Data Upload Submission
curl --request GET \
  --url https://api.sandbox.isometric.com/mrv/v0/data-upload-submissions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "facility_id": "fcl_1G8QT5ZAB1S0XSDW",
  "id": "<string>",
  "status": "pending",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "submission_type": "biochar_pyrolysis_reactor_facility_time_series",
  "error_message": "<string>"
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API A secret token identifying the client connecting to the API

Path Parameters

id
string
required

Response

Successful Response

facility_id
string | null
required
Required string length: 20 - 37
Example:

"fcl_1G8QT5ZAB1S0XSDW"

id
string
required
Required string length: 20 - 37
status
enum<string>
required
Available options:
pending,
completed,
failed
storage_location_id
string | null
required
Required string length: 20 - 37
Example:

"slc_1F3PMGVC91S0SBK3"

submission_type
enum<string>
required
Available options:
biochar_pyrolysis_reactor_facility_time_series,
dac_storage_site_time_series,
dac_facility_time_series,
wae_wastewater_treatment_plant_facility_time_series
error_message
string | null

Error message if the submission failed during processing.