Get workflow counts grouped by status (filter-aware).

get/v1/workflows/counts

Query parameters

qstring

Search in name + description (ILIKE, max 256 chars)

typestring

Filter by trigger type

actionsstring[]

Filter by node types (any-match, max 50)

connectorsstring[]

Filter by connector types (any-match, max 50)

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

codeinteger
messagestring
requestIdstring

Example response

{
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.