list-workflows
Retrieve a paginated list of workflow summaries with IDs, names, publication status, and navigation links. Filter by status, sort, and paginate results.
Instructions
Get a paginated list of workflow summaries including workflow IDs, names, publication status, draft versions, and navigation links. Returns structured metadata for each workflow with pagination controls and links to detailed workflow information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional parameter to filter results by publication status | ALL |
| orderBy | No | Field to sort by | name |
| pageNumber | No | The zero-indexed page number of the response data | |
| orderDirection | No | Sort direction | ASC |