latestSwagger 2.02026-08-2053114259.7 KB

41da8739a690

Dataset Management

Get all datasets

Returns all of the datasets that the user has access to. Each dataset contains a set of minimal info, for more detailed information on a given dataset use the /api/dataset/{datasetId} endpoint.

get/api/Dataset

Path parameters

filterSynthesizedboolean required

When true, excludes synthesized datasets from results

Response

Returns all accessible datasets

idstring
namestring
fileSource'Local' | 'Sharepoint' | 'Aws' | 'Sdk' | 'Azure' | 'OneLake'

The original upload location of source files (Local, S3, Azure, SharePoint, OneLake, or SDK).

operationsDatasetOperation[]
tagsstring[]
lastUpdatedInstant

A point in time represented as an ISO 8601 timestamp string.

createdInstant

A point in time represented as an ISO 8601 timestamp string.

fileCountinteger
formMappingNamestring nullable
formMappingStatus'Current' | 'Stale' | 'SourceDeleted'

Lifecycle of a dataset's applied form mapping relative to its org-level source, computed at read time by joining Dataset.FormMappingSourceId to the live FormMapping. The clone is self-contained, so a Stale or SourceDeleted mapping keeps working — these states are informational badges only.<p>Possible values:</p>

<ul> <li><b>Current</b>: The source mapping still exists and has not changed since the clone was taken.</li> <li><b>Stale</b>: The source mapping was edited after the clone was taken (source.Version > SourceVersion).</li> <li><b>SourceDeleted</b>: The source mapping was deleted; the dataset continues to run off its clone.</li> </ul>
formMappingNoticeDismissedboolean