Skip to main content
GET
/
workflows
/
{workflow_id}
{
  "id": "content-creation-workflow",
  "name": "Content Creation Workflow",
  "description": "Automated content creation from blog posts to social media",
  "db_id": "123"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required

Response

Workflow details retrieved successfully

id
string | null
name
string | null
db_id
string | null
description
string | null
input_schema
object | null
steps
Steps · object[] | null
agent
object | null
team
object | null
metadata
object | null
I