Skip to main content
GET
Get a metadata import

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collection_id
string<uuid>
required

The ID of the metadata collection

import_id
string<uuid>
required

The ID of the metadata import

Query Parameters

limit
integer

Maximum number of runs to return (default 20)

Required range: 1 <= x <= 100
offset
integer

Number of runs to skip

Required range: x >= 0

Response

The import with paged run history

A metadata import with one page of its run history (newest first). total_runs/limit/offset make truncation visible.

object
enum<string>
Available options:
metadata_import
id
string<uuid>
collection_id
string<uuid>
connector_id
string<uuid>
name
string
filters
object[]
default_mode
enum<string>
Available options:
append,
refresh
delete_missing
boolean
rate_limit
integer | null

Upstream list requests per second; null means the per-connector safe default. Clamped to a per-connector ceiling at run time.

created_at
number

Unix timestamp in milliseconds

runs
object[]

One page of run history, newest first

total_runs
integer
limit
integer
offset
integer
max_files
integer | null

Per-run ceiling on files processed from the listing; null means unbounded

include_thumbnails
boolean

Whether runs copy connector poster images as default thumbnails for imported files (Grain and iconik today)