list_config_revisions
List every retained revision of one line, newest first, so a target revision can be picked for rollback_config. Returns {revisions: []} with no paging; each entry has revision, publishedAt, current, and active. Errors when lineKey is missing or doesn't match a line in the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineKey | Yes | The line key, e.g. "v1". |