list_notification_versions
List the version history of a notification template — each published version with when it was created. Use this to say what changed and when, or to find the version string get_notification accepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum versions to return per page. Defaults to 10, which is also the maximum. | |
| 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. | |
| notification_id | Yes | The notification template ID |