Skip to main content
GET
/
organizations
/
{orgId}
/
dataexports
/
jobs
/
{jobId}
/
getdownloadurl
Get Data Export File Download URL
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/dataexports/jobs/{jobId}/getdownloadurl \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "expirationTime": "2023-11-07T05:31:56Z"
}

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

jobId
string
required

The job ID

Response

Returns a presigned URL for data export file download

It contains details for downloading an export file

url
string

The presigned download URL

expirationTime
string<date-time>

The expiration time of the URL