List all workflows
Retrieves a list of workflows with optional filtering and pagination
Retrieves a list of workflows with optional filtering and pagination
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Query Parameters
limitnumberNumber of items to return per page
offsetnumberNumber of items to skip before starting to return results
orderDirectionstringDirection of sorting
Value in:
"ASC" | "DESC"orderBystringField to sort the results by
Value in:
"createdAt" | "updatedAt" | "name" | "lastTriggeredAt"querystringSearch query to filter workflows
tagsarray<string>Filter workflows by tags
statusarray<string>Filter workflows by status
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
OK
workflowsRequiredarray<object>List of workflows
totalCountRequirednumberTotal number of workflows