List all workflows
Retrieves a list of workflows with optional filtering and pagination
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Query Parameters
limit
numberNumber of items to return per page
offset
numberNumber of items to skip before starting to return results
orderDirection
stringDirection of sorting
Value in:
"ASC" | "DESC"
orderBy
stringField to sort the results by
Value in:
"createdAt" | "updatedAt" | "name" | "lastTriggeredAt"
query
stringSearch query to filter workflows
tags
array<string>Filter workflows by tags
status
array<string>Filter workflows by status
Header Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
OK
workflows
Requiredarray<object>List of workflows
totalCount
RequirednumberTotal number of workflows