v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
Measurements

Get File Upload Job Response

Get the file upload job response using the UUID of the file upload job.

Part of the file upload service for measurements ingest.

get/organizations/{orgId}/fileuploads/measurements/jobs/{id}

Path parameters

orgIdstring required

UUID of the organization

idstring required

UUID of the file upload job.

Response

Return the UploadJobResponse

idstring

UUID of the file upload job.

versioninteger

The version number. Default value when newly created is one.

fileNamestring

The name of the measurements file for the upload job.

uploadDatestring

The upload date for the upload job (in ISO-8601 format).

contentLengthinteger

The size of the body in bytes. For example: "contentLength": 485, where 485 is the size in bytes of the file uploaded.

status'notUploaded' | 'running' | 'failed' | 'succeeded'

The status

totalRowsinteger

The total number of rows in the file.

processedRowsinteger

The number of rows that were processed during ingest.

failedRowsinteger

The number of rows that failed processing during ingest.