Each AI Flow Documentation home page
Search...
Console
Support
Console
Search...
Navigation
AI Workflow Execution API
Get Bulk 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
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 Bulk Execution
Get a list of workflow executions
POST
/
api
/
v1
/
{workflowID}
/
executions
/
bulk
Send
Authorization
X-API-KEY
string
*
X-API-KEY
Required
string
Path
workflowID
string
*
workflowID
Required
string
Workflow ID
Body
object
*
execution_ids
array
execution_ids
array
Path Parameters
workflowID
string
required
Workflow ID
Body
application/json
execution_ids
string[]
Response
200 - application/json
status
string
total
integer
executions
object[]
Show child attributes
executions.
flow_id
string
executions.
average_percent
number
executions.
flow_name
string
executions.
organization_id
string
executions.
api_key
string
executions.
execution_id
string
executions.
source_ip_address
string
executions.
parameters
object[]
Show child attributes
executions.parameters.
name
string
executions.parameters.
value
string
executions.
step_results
object[]
Show child attributes
executions.step_results.
step_id
string
executions.step_results.
step_name
string
executions.step_results.
model
string
executions.step_results.
version
string
executions.step_results.
started_at
string
executions.step_results.
ended_at
string
executions.step_results.
status
string
executions.step_results.
output
string
executions.step_results.
input
string
executions.
status
string
executions.
output
string
executions.
created_at
string
executions.
started_at
string
executions.
ended_at
string
executions.
updated_at
string
executions.
deleted_at
string
Get Flow Execution
Import AI Workflow