workspace_id it operates on.
list_ingestions
Lists ingestions in a workspace.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace to list ingestions for. |
create_ingestion
Starts an ingestion that runs the full pipeline and loads the result into a workspace.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace to load the result into. |
source | string | URL or storage path of the document to ingest. |
get_ingestion
Retrieves a single ingestion.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace the ingestion belongs to. |
id | string | ID of the ingestion to retrieve. |
delete_ingestion
Deletes an ingestion.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace the ingestion belongs to. |
id | string | ID of the ingestion to delete. |
cancel_ingestion
Cancels a running ingestion.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace the ingestion belongs to. |
id | string | ID of the ingestion to cancel. |
retry_ingestion
Retries a failed ingestion.| Parameter | Type | Description |
|---|---|---|
workspace_id | string | ID of the workspace the ingestion belongs to. |
id | string | ID of the ingestion to retry. |