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

Unique identifier for the workflow

name
string | null

Name of the workflow

db_id
string | null

Database identifier

description
string | null

Description of the workflow

input_schema
object | null

Input schema for the workflow

steps
Steps · object[] | null

List of workflow steps

agent
object | null

Agent configuration if used

team
object | null

Team configuration if used

metadata
object | null

Additional metadata

workflow_agent
boolean
default:false

Whether this workflow uses a WorkflowAgent