Get all workflows
get/v1/workflows
Query parameters
limitinteger
Number of items (default 20, max 100)
offsetinteger
Offset for pagination (default 0)
qstring
Search in name + description (ILIKE, max 256 chars)
statusstring
Filter by status (active|paused|draft|archived)
typestring
Filter by trigger type
actionsstring[]
Filter by node types (any-match, max 50). Repeat or comma-join.
connectorsstring[]
Filter by connector types (any-match, max 50). Repeat or comma-join.
sortstring
Sort: updatedAt:desc (default) | name:asc | createdAt:desc | runs:desc
ownerstring
Owner scope: yours | org | public | all (everything visible to the caller). Omit for unfiltered; any other value is rejected with 400.
madeByMeboolean
Restrict to workflows created_by the caller
Response
OK
Example response
{
"code": 200,
"message": "success",
"requestId": "abc-123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.