v10

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

Get LookupTableRevisionData Job Response.

Get the Lookup Table Revision Data job Response for given job id.

NOTE: Use the List LookupTableRevisionData Jobs endpoint to list the Data job Responses for a specific Revision.

get/organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data/jobs/{id}

Path parameters

orgIdstring required

UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.

lookupTableIdstring required

UUID of the Lookup Table.

lookupTableRevisionIdstring required

UUID of the Lookup Table Revision.

idstring required

UUID of the Lookup Table Revision Data job.

Response

Returns the LookupTableRevisionDataJob Response

idstring

UUID of the Lookup Table Revision Data job.

versioninteger

Version of the Lookup Table Revision Data job.

fileNamestring

The file name for a Lookup Table Revision Data UPLOAD or DOWNLOAD job.

lookupTableIdstring

UUID of the Lookup Table.

lookupTableRevisionIdstring

UUID of the Lookup Table Revision.

destinationLookupTableRevisionIdstring

UUID of the destination Lookup Table Revision if the Lookup Table Revision Data job is a COPY job.

jobDatestring

The date when the Lookup Table Revision Data job was created.

type'COPY' | 'UPLOAD' | 'DOWNLOAD' | 'ARCHIVE'

The job type

status'PENDING' | 'FAILED' | 'SUCCEEDED'

The job status

failureReasonstring

The failure reason if the Lookup Table Revision Data job failed.

downloadUrlstring

The download Url if the Lookup Table Revision Data job is a DOWNLOAD job.

downloadUrlExpirystring

The download Url expiry if the Lookup Table Revision Data job is a DOWNLOAD job.