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

Unique identifier for the workflow

name
string | null

Name of the workflow

description
string | null

Description of the workflow

db_id
string | null

Database identifier