Retrieve Job
Retrieve Job
Retrieve an Export Job for the given UUID.
The response returns:
- The source type for the data exported by the Export Job: one of USAGE or OPERATIONAL.
- The status of the Export Job.
GET
Retrieve Job
Authorizations
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
UUID of the organization
The UUID of the Job to retrieve.
Response
Returns the requested Export Job.
Base Response containing data export job
The id of the Export Job.
The version number:
- Create: On initial Create to insert a new entity, the version is set at 1 in the response.
- Update: On successful Update, the version is incremented by 1 in the response.
The id of the data Export Schedule.
When the data Export Job started running
When the data Export Job was created.