Skip to contents

Lists the history of SPICE ingestions for a dataset. Limited to 5 TPS per user and 25 TPS per account.

See https://www.paws-r-sdk.com/docs/quicksight_list_ingestions/ for full documentation.

Usage

quicksight_list_ingestions(
  DataSetId,
  NextToken = NULL,
  AwsAccountId,
  MaxResults = NULL
)

Arguments

DataSetId

[required] The ID of the dataset used in the ingestion.

NextToken

The token for the next set of results, or null if there are no more results.

AwsAccountId

[required] The Amazon Web Services account ID.

MaxResults

The maximum number of results to be returned per request.