Run and manage ingestions inside a workspace. Each tool takes the workspace_id it operates on.

list_ingestions

Lists ingestions in a workspace.
ParameterTypeDescription
workspace_idstringID of the workspace to list ingestions for.

create_ingestion

Starts an ingestion that runs the full pipeline and loads the result into a workspace.
ParameterTypeDescription
workspace_idstringID of the workspace to load the result into.
sourcestringURL or storage path of the document to ingest.

get_ingestion

Retrieves a single ingestion.
ParameterTypeDescription
workspace_idstringID of the workspace the ingestion belongs to.
idstringID of the ingestion to retrieve.

delete_ingestion

Deletes an ingestion.
ParameterTypeDescription
workspace_idstringID of the workspace the ingestion belongs to.
idstringID of the ingestion to delete.

cancel_ingestion

Cancels a running ingestion.
ParameterTypeDescription
workspace_idstringID of the workspace the ingestion belongs to.
idstringID of the ingestion to cancel.

retry_ingestion

Retries a failed ingestion.
ParameterTypeDescription
workspace_idstringID of the workspace the ingestion belongs to.
idstringID of the ingestion to retry.