Knowledge Bases
Get Knowledge Base Running Jobs
API Reference
Workflows
Runs
Knowledge Bases
- GETGet Knowledge Base
- POSTAdd Knowledge Base
- GETGet Knowledge Bases
- DELDelete Knowledge Base
- PATCHUpdate Knowledge Base
- POSTAdd Knowledge Base Document
- GETGet Knowledge Base Document
- GETGet Knowledge Base Documents
- PATCHUpdate Knowledge Base Document
- DELDelete Knowledge Base Document
- POSTUpload Train Knowledge Base
- POSTGeneric Train Knowledge Base
- POSTRetry Reingesting all Documents with Errors
- GETGet Knowledge Base Running Jobs
Conversations
Knowledge Bases
Get Knowledge Base Running Jobs
Get all running jobs for a knowledge base
GET
/
v1
/
knowledge-bases
/
{knowledge_base_id}
/
runs
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"input": {},
"output": {},
"node_ids": [
"<string>"
],
"workflow_definition": {},
"status": "queued",
"progress": 0,
"progress_details": {
"executed_nodes": [
"<string>"
],
"running_nodes": [
"<string>"
],
"remaining_nodes": [
"<string>"
],
"skipped_nodes": [],
"error_handler_nodes": [],
"per_node_progress": {},
"per_edge_progress": {},
"total_progress": 123
},
"definitions": {},
"created_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"workflow": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "flow",
"definition": {},
"workflow_hash": "<string>",
"meta": {
"tags": [],
"icon": "<string>"
},
"last_updated_at": "2023-11-07T05:31:56Z",
"last_run_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"runs_count": 123,
"author_name": "<string>",
"description": "<string>",
"saved": true,
"error_handler": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"source": "<string>",
"meta": {}
}
]
Authorizations
Path Parameters
Query Parameters
Available options:
queued
, running
, failed
, completed
, stopped
Response
200
application/json
Successful Response
Available options:
queued
, running
, failed
, completed
, stopped
Available options:
running
, errored
, succeeded
, skipped
Available options:
general
, model_fallback
, model_timeout
, reading_spreadsheet
, invalid_search
, no_results_returned
, integration_warning
, failed_scraping
, invalid_value
, continue_on_error
, data_ingestion
, document_already_exists
, ingestion_timeout
, libreoffice_conversion
Available options:
flow
, handler
, ingestion
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"input": {},
"output": {},
"node_ids": [
"<string>"
],
"workflow_definition": {},
"status": "queued",
"progress": 0,
"progress_details": {
"executed_nodes": [
"<string>"
],
"running_nodes": [
"<string>"
],
"remaining_nodes": [
"<string>"
],
"skipped_nodes": [],
"error_handler_nodes": [],
"per_node_progress": {},
"per_edge_progress": {},
"total_progress": 123
},
"definitions": {},
"created_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"workflow": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "flow",
"definition": {},
"workflow_hash": "<string>",
"meta": {
"tags": [],
"icon": "<string>"
},
"last_updated_at": "2023-11-07T05:31:56Z",
"last_run_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"runs_count": 123,
"author_name": "<string>",
"description": "<string>",
"saved": true,
"error_handler": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"source": "<string>",
"meta": {}
}
]