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
Runs
Create Async Run
Create a run for a specific workflow asynchronously
POST
/
v1
/
workflows
/
{workflow_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,
"created_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z"
}
Authorizations
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
{
"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,
"created_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.