API referenceCatalogImports
Get import
Returns one import run with its current status, row counts, and validation or execution error when present.
- Endpoint
GET /v1/imports/{importRef}- Authorization
- Required permission: `imports:read`.
- Environments
- Production only
- Idempotency
- Not required.
List imports GET
Lists import runs for the active organization, optionally filtered by entity, so headless clients can monitor preparation, validation, execution, and failure states.
Prepare import upload POST
Creates a server-bound uploadRef and short-lived PUT instructions. After uploading the file, use the same uploadRef to preview or commit it.