Skip to main content

Get backfill job status

GET 

/v1/:mailerID/backfill/:jobId

Returns tenant-scoped status and clamped progress for a backfill job (percent, processed/target, startedAt/endedAt). A job owned by another tenant or an unknown job returns 404. Backfill is currently supported only for Google (Gmail) OAuth IMAP mailboxes.

Request

Path Parameters

    mailerID stringrequired

    Mailer ID

    jobId stringrequired

    Backfill Job ID

Responses

Backfill status

Schema

    endedAt string
    jobId string
    percent number
    processed integer
    startedAt string
    status string
    success boolean
    target integer
Loading...