Skip to main content
GET
/
org
/
{org_id}
/
workflows
List workflows
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/workflows
{
  "data": [
    {
      "created_at": "<string>",
      "description": "<string>",
      "id": "<string>",
      "is_active": true,
      "name": "<string>",
      "published_at": "<string>",
      "trigger_type": "<string>",
      "updated_at": "<string>",
      "version": 123
    }
  ],
  "meta": {
    "page": 123,
    "size": 123,
    "total": 123,
    "total_pages": 123
  }
}

Path Parameters

org_id
string
required

Organization ID

Query Parameters

page
integer
default:1

Page number

size
integer
default:20

Page size

is_active
boolean

Filter by active status

trigger_type
string

Filter by trigger type

Search in workflow name and description

Response

OK

data
object[]
meta
object