Get one InboxKit import run
The run plus every requested mailbox and its outcome, failure reasons included.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Where one import request stands.
RUNNING until every item reaches a terminal state; then SUCCEEDED when everything imported, FAILED when nothing did, PARTIAL for the mix. Status and counts are always derived from items — three independent paths (the synchronous import, the authorize workflow's import, and its failure branches) finalize items, so denormalized counters would drift.
running, succeeded, partial, failed Who asked for the import: a person in the picker, or the hourly sweep.
manual, auto