Get workflow transition rule configurations
Returns a paginated list of workflows with transition rules. The workflows can be filtered to return only those containing workflow transition rules:
- of one or more transition rule types, such as workflow post functions.
- matching one or more transition rule keys.
Only workflows containing transition rules created by the calling Connect or Forge app are returned.
Due to server-side optimizations, workflows with an empty list of rules may be returned; these workflows can be ignored.
Permissions required: Only Connect or Forge apps can use this operation.
Query parameters
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
The types of the transition rules to return.
The transition rule class keys, as defined in the Connect or the Forge app descriptor, of the transition rules to return.
The list of workflow names to filter by.
The list of tags to filter by.
Deprecated: Whether draft or published workflows are returned. If not provided, both workflow types are returned. The 'draft' parameter will be removed from this API on November 2, 2026.
Use expand to include additional information in the response. This parameter accepts transition, which, for each rule, returns information about the transition the rule is assigned to.
Response
Returned if the request is successful.