Get Bulk Import
Get a metadata import definition with one page of its run history (newest first).
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
Query Parameters
Maximum number of runs to return (default 20)
1 <= x <= 100Number of runs to skip
x >= 0Response
The import with paged run history
An import with one page of its run history (newest first). total_runs/limit/offset make truncation visible.
metadata_import Inferred from the collection's type at creation and fixed for the import's lifetime. metadata (metadata collections): source metadata is indexed, no media is downloaded, runs are free. media (every other collection type): each matching file is ingested and processed exactly like a manual add, billed per file.
metadata, media append, refresh Upstream list requests per second; null means the per-connector safe default. Clamped to a per-connector ceiling at run time.
Unix timestamp in milliseconds
One page of run history, newest first
Per-run ceiling on files processed from the listing; null means unbounded
Whether runs copy connector poster images as default thumbnails for imported files (Grain and iconik today)
Backfill source-metadata fields the connector's list endpoint omits, after each index batch settles: Gong parties + Call Spotlight content (batched - enriched docs are re-embedded so the content is searchable) and Dropbox media_info duration/dimensions (per-file). No-op for other connectors. Off by default: it spends upstream API budget and, for Gong, embedding work. Metadata imports only — setting it on a media import is a 400, since a media run ingests each file in full and has no metadata-only record to enrich.