API Reference
- GETPing Health
- GETGet Available Models
- POSTRetrieve Chunks
- POSTRetrieve Chunks Grouped
- POSTRetrieve Documents
- POSTBatch Get Documents
- POSTBatch Get Chunks
- POSTQuery Completion
- GETGet Chat History
- GETGet Available Models For Selection
- POSTAgent Query
- POSTList Documents
- GETGet Document
- DELDelete Document
- GETGet Document Status
- GETGet Document By Filename
- GETGet Document Download Url
- GETDownload Document File
- POSTUpdate Document Text
- POSTUpdate Document File
- POSTUpdate Document Metadata
- GETGet Usage Stats
- GETGet Recent Usage
- POSTCreate Cache
- GETGet Cache
- POSTUpdate Cache
- POSTAdd Docs To Cache
- POSTQuery Cache
- POSTCreate Graph
- GETList Folders
- POSTCreate Folder
- GETList Folder Summaries
- GETGet Folder
- DELDelete Folder
- POSTAdd Document To Folder
- DELRemove Document From Folder
- GETGet Graph
- DELDelete Graph
- GETList Graphs
- GETGet Graph Visualization
- POSTUpdate Graph
- GETGet Graph Status
- GETCheck Workflow Status
- POSTGenerate Local Uri
- POSTGenerate Cloud Uri
- POSTSet Folder Rule
- POSTAssociate Workflow To Folder
- DELDisassociate Workflow From Folder
- GETList Folder Workflows
- DELDelete Cloud App
- GETList Chat Conversations
- PATCHUpdate Chat Title
Workflows
model-config
Logs
Workflows
Get Workflow Run
GET
/
workflows
/
runs
/
{run_id}
Copy
Ask AI
{
"id": "<string>",
"workflow_id": "<string>",
"document_id": "<string>",
"user_id": "<string>",
"app_id": "<string>",
"status": "queued",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"results_per_step": [
{}
],
"final_output": {},
"error": "<string>",
"system_metadata": {}
}
Headers
Path Parameters
Response
200
application/json
Successful Response
Represents a concrete execution of a Workflow against a document.
Was this page helpful?
Copy
Ask AI
{
"id": "<string>",
"workflow_id": "<string>",
"document_id": "<string>",
"user_id": "<string>",
"app_id": "<string>",
"status": "queued",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"results_per_step": [
{}
],
"final_output": {},
"error": "<string>",
"system_metadata": {}
}
Assistant
Responses are generated using AI and may contain mistakes.