Skip to main content

ISESV2ListExportJobsRequest

Interface in AWS.SESV2

Interface for ListExportJobs requests.

Ancestors

Properties

ExportSourceType

property ExportSourceType: string

The type of export jobs to retrieve based on their data source.

This filter allows you to narrow the results to export jobs of a specific source type. When specified, only export jobs matching the specified source type will be returned. Valid export source types:

  • METRICS_DATA – Export jobs containing sending and engagement metrics data.
  • MESSAGE_INSIGHTS – Export jobs containing message event data and insights. This property is optional. If not specified, export jobs of all source types will be returned.

JobStatus

property JobStatus: string

The status filter for export jobs to retrieve.

This filter allows you to retrieve only export jobs that match a specific processing status. This is particularly useful for monitoring job progress or finding completed exports. Valid job status values:

  • CREATED – Jobs that have been created but processing has not yet started.
  • PROCESSING – Jobs currently being processed and generating export data.
  • COMPLETED – Jobs that have finished successfully and export data is available.
  • FAILED – Jobs that encountered an error during processing and could not complete.
  • CANCELLED – Jobs that were cancelled before completion. This property is optional. If not specified, export jobs of all statuses will be returned.