Skip to main content
GET
/
organizations
/
{orgId}
/
measurements
/
failedIngest
/
getDownloadUrl
Get Failed Ingest File Download URL
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/measurements/failedIngest/getDownloadUrl \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.m3ter.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Query Parameters

file
string

The file path

Response

Returns a presigned URL for failed ingest file download

It contains details for downloading a file

url
string

The presigned download URL