Get the file upload job response using the UUID of the file upload job.
Part of the file upload service for measurements ingest.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
UUID of the organization
UUID of the file upload job.
Return the UploadJobResponse
Response containing the upload job details.
UUID of the file upload job.
The version number. Default value when newly created is one.
The name of the measurements file for the upload job.
The upload date for the upload job (in ISO-8601 format).
The size of the body in bytes. For example: "contentLength": 485, where 485 is the size in bytes of the file uploaded.
notUploaded, running, failed, succeeded The total number of rows in the file.
The number of rows that were processed during ingest.
The number of rows that failed processing during ingest.