v3

latestOpenAPI 3.1.02026-08-01101194245.5 KB
imports

Get Import History

Get detailed import history record including data and metadata.

Args: history_id: Import history record ID db: Database session current_user: Authenticated user

Returns: Complete import history record with data and metadata

Raises: HTTPException: If record doesn't exist or access denied

get/imports/history/{history_id}

Path parameters

history_idstring uuid required

Response

Successful Response

idstring uuid required

Import history record ID

workspace_idstring uuid required

Workspace ID

usernamestring required

Username who created the import

filenamestring required

Import filename

created_atstring date-time required

Creation timestamp

dataobject nullable

Tabular dataframe data (only in detailed view)

metadataobject nullable

Import metadata with status and files (in list and detailed view)