v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Lists all of the import jobs.

get/v2/email/import-jobs

Query parameters

NextTokenstring

A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to <code>ListImportJobs</code> with the same parameters to retrieve the next page of import jobs.

PageSizeinteger

Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the <code>NextToken</code> element is sent in the response. Use the <code>NextToken</code> value in subsequent requests to retrieve additional addresses.

Request body

ImportDestinationType'SUPPRESSION_LIST' | 'CONTACT_LIST'

The destination of the import job, which can be used to list import jobs that have a certain <code>ImportDestinationType</code>.

Response

Success

NextTokenstring

A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to <code>ListImportJobs</code> with the same parameters to retrieve the next page of import jobs.