GET
/
data-upload-submissions
/
{id}
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>'
{
  "error_message": "<string>",
  "id": "dus_1GBBSJ6P91S0R41N",
  "status": "pending",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "submission_type": "dac_storage_site_time_series"
}

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

Examples:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

id
string
required

Response

200
application/json

Successful Response

The response is of type object.