List all workflows
GET /workflows
GET
/workflows
Retrieve a list of workflows
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
page_size
integer
team_id
string
is_active
boolean
Responses
Section titled “ Responses ”List of workflows
object
data
Array
total
integer
page
integer
page_size
integer
has_more
boolean
data
Array<object>
object
id
string
company_id
string
name
string
description
string | null
team_id
string
workflow_data
object
key
additional properties
any
created_at
string | null format: date-time
created_by
string | null
updated_at
string | null format: date-time
is_active
boolean
automation_rules
object | null
task_type_id
string | null
Unauthorized
object
success
required
boolean
error
required
string
Example
An error occurred