Skip to main content
GET
/
organizations
/
{orgId}
/
fileuploads
/
measurements
/
jobs
/
{id}
/
original
Get Original File Download URL
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/fileuploads/measurements/jobs/{id}/original \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "<string>",
  "url": "<string>",
  "headers": {}
}

Authorizations

Authorization
string
header
required

m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.

The authorizationCode flow controls access for human users via the m3ter Console application.

Path Parameters

orgId
string
required

UUID of the organization

id
string
required

UUID of the file service job for the original measurements file upload.

Response

Returns the download URL and jobId

It contains details for downloading a file

jobId
string

UUID of the download job

url
string

The URL

headers
object

The headers