Skip to contents

Lists export image tasks, with optional filtering and pagination. Use this operation to monitor the status of multiple export operations.

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

Usage

appstream_list_export_image_tasks(
  Filters = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

Filters

Optional filters to apply when listing export image tasks. Filters help you narrow down the results based on specific criteria.

MaxResults

The maximum number of export image tasks to return in a single request. The valid range is 1-500, with a default of 50.

NextToken

The pagination token from a previous request. Use this to retrieve the next page of results when there are more tasks than the MaxResults limit.