Skip to main content
GET
List workflows

Authorizations

Authorization
string
header
required

User API key: Authorization: Bearer mx_live_*. The X-API-KEY: mx_live_* header is also accepted.

X-Organization-ID
string
header
required

Required organization context for org-scoped endpoints.

Query Parameters

status
string

Filter by status (e.g. draft, active, archived).

category
string

Filter by category.

visibility
string

Filter by visibility level.

Search in name and description.

page
integer

Page number (1-based). Only used when page_size is set.

Required range: x >= 1
page_size
integer

Items per page (max 100). Enables pagination when set.

Required range: 1 <= x <= 100

Response

A list of workflows.

Workflow list. page, page_size and total_pages are present only when pagination is requested.

workflows
object[]
required
total
integer
required
page
integer
page_size
integer
total_pages
integer