imports
Create Import History Endpoint
Create import history record to store generic tabular dataframe data.
This endpoint is called after bulk upload completion to store the complete import record with the original parsed data (BibTeX, CSV, etc.) in a standardized dataframe format.
Args: import_history_create: Import history creation data db: Database session current_user: Authenticated user
Returns: ImportHistoryResponse with created record information
Raises: HTTPException: If workspace doesn't exist or creation fails
post/imports/history
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 7 revisions of this API.