Each AI Flow Documentation home page
Search...
Console
Support
Console
Search...
Navigation
AI Workflow Execution API
Get Flow Execution
Quickstart
Welcome to Each AI
AI Flows
Getting Started
Create AI Flows
How does Input and Output work in AI Flows?
Integrations
AI Models
API Reference
Billing
How Does Bulk Run Work
AI Workflows API
POST
Create AI Workflow
GET
Get AI Workflow
POST
Update AI Workflow
DEL
Delete AI Workflow
GET
List AI Workflows
POST
Trigger AI Workflow
POST
Bulk Run
AI Workflow Execution API
POST
Cancel Execution
GET
Get Flow Execution
POST
Get Bulk Execution
AI Workflow Operations
POST
Import AI Workflow
GET
Export AI Workflow
PUT
Update Settings AI Workflow
AI Workflow Templates API
POST
Clone AI Workflow
Model Deployment
Package your model
Deploy your model
Develop on local, run on cloud!
Autoscaling and Concurrency
Inference API
How to call a single model
AI Workflow Execution API
Get Flow Execution
GET
/
api
/
v1
/
{workflowID}
/
executions
/
{execID}
Send
Authorization
X-API-KEY
string
*
X-API-KEY
Required
string
Path
workflowID
string
*
workflowID
Required
string
Workflow ID
Path Parameters
workflowID
string
required
Workflow ID
Response
200 - application/json
flow_id
string
average_percent
number
flow_name
string
organization_id
string
api_key
string
execution_id
string
source_ip_address
string
parameters
object[]
Show child attributes
parameters.
name
string
parameters.
value
string
step_results
object[]
Show child attributes
step_results.
step_id
string
step_results.
step_name
string
step_results.
model
string
step_results.
version
string
step_results.
started_at
string
step_results.
ended_at
string
step_results.
status
string
step_results.
output
string
step_results.
output_json
object
step_results.
input
string
status
string
output
string
output_json
object
created_at
string
started_at
string
ended_at
string
updated_at
string
deleted_at
string
Cancel Execution
Get Bulk Execution