v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Get Data Upload Submission

Get a specific data upload job by ID

get/data-upload-submissions/{id}

Path parameters

idstring required
Example:dus_1GBBSJ6P91S0R41N

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
submission_type'biochar_pyrolysis_reactor_facility_time_series' | 'dac_storage_site_time_series' | 'dac_facility_time_series' | 'wae_wastewater_treatment_plant_facility_time_series' required
status'pending' | 'completed' | 'failed' required
storage_location_idstring nullable required
facility_idstring nullable required
error_messagestring nullable

Error message if the submission failed during processing.

Example response

{
  "id": "dus_1GBBSJ6P91S0R41N",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "facility_id": "fcl_1G8QT5ZAB1S0XSDW"
}