v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431163144.6 KB

Gets information about a Dataview.

get/datasets/{datasetId}/dataviewsv2/{dataviewId}

Path parameters

dataviewIdstring required

DataView ID

The unique identifier for the Dataview.

datasetIdstring required

ID for a given Dataset

The unique identifier for the Dataset used in the Dataview.

Response

Success

autoUpdateboolean

Flag to indicate Dataview should be updated automatically.

partitionColumnsStringValueLength1to255[]

Ordered set of column names used to partition data.

datasetIdstring

The unique identifier for the Dataset used in the Dataview.

asOfTimestampinteger

Time range to use for the Dataview. 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.

lastModifiedTimeinteger

The last time that a Dataview was modified. 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.

createTimeinteger

The timestamp at which the Dataview 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.

sortColumnsStringValueLength1to255[]

Columns to be used for sorting the data.

dataViewIdstring

The unique identifier for the Dataview.

dataViewArnstring

The ARN identifier of the Dataview.

status'RUNNING' | 'STARTING' | 'FAILED' | 'CANCELLED' | 'TIMEOUT' | 'SUCCESS' | 'PENDING' | 'FAILED_CLEANUP_FAILED'
<p>The status of a Dataview creation.</p> <ul> <li> <p> <code>RUNNING</code> – Dataview creation is running.</p> </li> <li> <p> <code>STARTING</code> – Dataview creation is starting.</p> </li> <li> <p> <code>FAILED</code> – Dataview creation has failed.</p> </li> <li> <p> <code>CANCELLED</code> – Dataview creation has been cancelled.</p> </li> <li> <p> <code>TIMEOUT</code> – Dataview creation has timed out.</p> </li> <li> <p> <code>SUCCESS</code> – Dataview creation has succeeded.</p> </li> <li> <p> <code>PENDING</code> – Dataview creation is pending.</p> </li> <li> <p> <code>FAILED_CLEANUP_FAILED</code> – Dataview creation failed and resource cleanup failed.</p> </li> </ul>