Runs
Search Runs
API Reference
Workflows
Runs
Knowledge Bases
Runs
Search Runs
Search semantically for runs
POST
/
v1
/
runs
/
search
{
"items": [
{
"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>"
],
"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": {},
"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": {},
"search_data": "<string>",
"similarity": 0
}
],
"total": 1,
"page": 2,
"size": 2,
"pages": 1
}
Authorizations
Query Parameters
Page number
Required range:
x >= 1
Page size
Required range:
1 <= x <= 100
Body
application/json
Required range:
1 <= x <= 100
Response
200
application/json
Successful Response
Available options:
queued
, running
, failed
, completed
, stopped
Available options:
running
, errored
, succeeded
, skipped
Available options:
flow
, handler
, ingestion
Required range:
x >= 0
Required range:
x >= 1
Required range:
x >= 1
Required range:
x >= 0
{
"items": [
{
"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>"
],
"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": {},
"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": {},
"search_data": "<string>",
"similarity": 0
}
],
"total": 1,
"page": 2,
"size": 2,
"pages": 1
}