List workflows
Endpoints
List workflows
List workflows for the organization (from the X-Organization-ID header) with optional filtering and pagination. Returns all matching workflows by default; pass page_size to paginate.
GET
List workflows
Authorizations
User API key: Authorization: Bearer mx_live_*. The X-API-KEY: mx_live_* header is also accepted.
Required organization context for org-scoped endpoints.
Query Parameters
Filter by status (e.g. draft, active, archived).
Filter by category.
Filter by visibility level.
Search in name and description.
Page number (1-based). Only used when page_size is set.
Required range:
x >= 1Items per page (max 100). Enables pagination when set.
Required range:
1 <= x <= 100