v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431163144.6 KB

Get information about a Changeset.

get/datasets/{datasetId}/changesetsv2/{changesetId}

Path parameters

datasetIdstring required

ID for a given Dataset

The unique identifier for the FinSpace Dataset where the Changeset is created.

changesetIdstring required

ID used to identify a Changeset

The unique identifier of the Changeset for which to get data.

Response

Success

changesetIdstring

The unique identifier for a Changeset.

changesetArnstring

The ARN identifier of the Changeset.

datasetIdstring

The unique identifier for the FinSpace Dataset where the Changeset is created.

changeType'REPLACE' | 'APPEND' | 'MODIFY'
<p>Type that indicates how a Changeset is applied to a Dataset.</p> <ul> <li> <p> <code>REPLACE</code> – Changeset is considered as a replacement to all prior loaded Changesets.</p> </li> <li> <p> <code>APPEND</code> – Changeset is considered as an addition to the end of all prior loaded Changesets.</p> </li> <li> <p> <code>MODIFY</code> – Changeset is considered as a replacement to a specific prior ingested Changeset.</p> </li> </ul>
sourceParamsobject

Options that define the location of the data being ingested.

formatParamsobject

Structure of the source file(s).

createTimeinteger

The timestamp at which the Changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

status'PENDING' | 'FAILED' | 'SUCCESS' | 'RUNNING' | 'STOP_REQUESTED'

The status of Changeset creation operation.

activeUntilTimestampinteger

Time until which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

activeFromTimestampinteger

Beginning time from which the Changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

updatesChangesetIdstring

The unique identifier of the Changeset that is being updated.

updatedByChangesetIdstring

The unique identifier of the updated Changeset.