Each AI Flow Documentation home page
Search...
Console
Support
Console
Search...
Navigation
AI Workflows API
Get AI Workflow
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 Workflows API
Get AI Workflow
Get an existing AI Workflow
GET
/
api
/
v1
/
{workflowID}
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
workspace_id
string
organization_id
string
organization_name
string
user_id
string
id
string
category
object
Show child attributes
category.
id
string
category.
name
string
category.
description
string
category.
slug
string
category.
icon
string
category.
thumbnail
string
category.
template_count
integer
name
string
slug
string
description
string
thumbnail_url
string
status
string
inputs
object[]
Show child attributes
inputs.
name
string
inputs.
type
string
inputs.
default_value
string
outputs
object[]
Show child attributes
outputs.
name
string
outputs.
type
string
outputs.
value
string
steps
object[]
Show child attributes
steps.
id
string
steps.
name
string
steps.
type
string
steps.
model_slug
string
steps.
model_version
string
steps.
params
object
Show child attributes
steps.params.
key
object
edges
object[]
Show child attributes
edges.
id
string
edges.
source
string
edges.
target
string
edges.
type
string
nodes_json
string
edges_json
string
premium
boolean
trigger_count
integer
popularity
integer
production
boolean
locked
boolean
last_updated_by
string
created_at
string
average_response_time
integer
updated_at
string
Create AI Workflow
Update AI Workflow