Skip to contents

This API retrieves a list of upload jobs for the specified domain.

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

Usage

customerprofiles_list_upload_jobs(
  DomainName,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

DomainName

[required] The unique name of the domain to list upload jobs for.

MaxResults

The maximum number of upload jobs to return per page.

NextToken

The pagination token from the previous call to retrieve the next page of results.