list_config_versions
Retrieve all versions of a configuration to audit history and compare revisions before updating or deleting.
Instructions
List every version of a config with version number, config payload, creator, and timestamp. Use this to audit history or compare revisions before update_config or delete_config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Configuration slug to list versions for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |