Skip to main content

GetDatasetViewRequest

Get a view of the data within a dataset.

    datasetId stringrequired

    The ID of the dataset from which to retrieve content. When specified, gets data from the current file in the dataset.

    datasetFileId stringrequired

    The ID of the (pinned) dataset file from which to retrieve content. Requests iterating over pages of results are recommended to use this pinned identifier after the first page in order to prevent any effects from a dataset changing between the queries.

    after integer

    Pagination: The index, by row-order, after which to query results.

    limit integer

    Pagination: The maximum number of results to return on this page.