Skip to main content
Run and manage ingestions inside the session’s workspace. The tools do not take a workspace_id: with OAuth the workspace comes from your access token, and with an API key you pass it in the AiQL-Workspace header. See Workspace scope.

list_ingestions

Lists ingestions in the authenticated workspace.

create_ingestion

Starts an ingestion that runs the full pipeline and loads the result into the authenticated workspace.

get_ingestion

Retrieves a single ingestion.

delete_ingestion

Deletes an ingestion.

cancel_ingestion

Cancels a running ingestion.

retry_ingestion

Retries a failed ingestion.