list_routing_strategies
List the workspace's routing strategies, returning metadata only. A routing strategy decides which channel a notification takes and in what order. Use this to find the rs_-prefixed strategy ID that get_routing_strategy needs for the full definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum strategies to return per page. Defaults to 20; the API caps this at 100. | |
| cursor | No | For fetching the next page. This is an opaque token — never decode it, edit it, or rebuild it. Pass it back exactly as it appeared in the previous response's cursor field, byte for byte. Omit this entirely when you don't have one from a prior response of this exact call. |