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
}
}Get a paginated list of workflows with filtering
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
}
}Organization ID
Page number
Page size
Filter by active status
Filter by trigger type
Search in workflow name and description