Cancel Bulk Import Run
Cancel an in-flight run. Files already imported by the run are kept. Cancelling an already-finished run is a no-op that returns the current state.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the metadata collection
The ID of the metadata import
The ID of the import run
Response
The run in its post-cancel state
One execution of a metadata import.
metadata_import_run What this run ingests, inherited from the import definition: metadata indexes source metadata only (free); media ingests and processes the actual files (billed per file).
metadata, media append imports new files and retries previously-failed ones; refresh re-imports everything the filters match. For media imports, refresh re-syncs the source metadata of files it already imported — media bytes are never re-downloaded.
append, refresh Whether this run sweeps files this import previously brought in that the source no longer returns (refresh runs only)
pending, processing, completed, failed, cancelled Best-effort progress counters for display. Run completion is decided from the actual per-file indexing state, never from these counters, so they can drift slightly under retries without affecting correctness.
User-facing failure reason when status is failed
Unix timestamp in milliseconds
Unix timestamp in milliseconds
Unix timestamp in milliseconds
The cap this run executed with; null means unbounded
Whether this run copied poster thumbnails
Whether this run backfills omitted source-metadata fields (see the import-level property).