v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Provides information about an import job.

get/v2/email/import-jobs/{JobId}

Path parameters

JobIdstring required

A string that represents the import job ID.

The ID of the import job.

Response

Success

JobIdstring

A string that represents the import job ID.

JobStatus'CREATED' | 'PROCESSING' | 'COMPLETED' | 'FAILED'

The status of the import job.

CreatedTimestampstring date-time

The time stamp of when the import job was created.

CompletedTimestampstring date-time

The time stamp of when the import job was completed.

ProcessedRecordsCountinteger

The current number of records processed.

FailedRecordsCountinteger

The number of records that failed processing because of invalid input or other reasons.