cURL
curl --request GET \ --url https://v2-nova-api.prod.czmx.in/api/org/{org_id}/workflows \ --header 'X-API-Key: <api-key>'
{ "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 } }
Get a paginated list of workflows with filtering
Organization ID
Page number
Page size
Filter by active status
Filter by trigger type
Search in workflow name and description
OK
Show child attributes