GetDatasetFilesHandlerData: {
    datasetId: string;
    page: number;
    trDataset: string;
}

Type declaration

  • datasetId: string

    The id of the dataset to fetch files for.

  • page: number

    The page number of files you wish to fetch. Each page contains at most 10 files.

  • trDataset: string

    The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.