v3

latestOpenAPI 3.1.02026-08-01101194245.5 KB
imports

List Import Histories

List import history records for a workspace.

Args: workspace_id: Workspace ID to filter import histories limit: Optional limit on number of records to return (for Recent Imports sidebar) db: Database session current_user: Authenticated user

Returns: List of ImportHistoryResponse records

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

get/imports/history

Query parameters

workspace_idstring uuid required
limitinteger nullable

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)