Skip to main content
GET
/
workflows
[
  {
    "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.

Response

List of workflows retrieved successfully

id
string | null
name
string | null
description
string | null
db_id
string | null
I