Every command below also accepts the global options.
List chat deployments
sim chat-deployments list [options]Options
| Option | Required | Description |
|---|---|---|
--workflow-id <value> | No | Restrict to deployments of one workflow. |
--is-active | No | Restrict to active or inactive deployments. |
--no-is-active | No | Send --is-active as false. |
--sort-by <value> | No | Field used to sort the result. Accepted values: identifier, createdAt, updatedAt. |
--sort-order <value> | No | Sort direction. Accepted values: asc, desc. |
--limit <n> | No | Maximum items to return (0 for everything). Defaults to 100. |