HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/ssm/list-document-versions.rst
**To list document versions**

The following ``list-document-versions`` example lists all versions for a Systems Manager document. ::

    aws ssm list-document-versions \
        --name "Example"

Output::

    {
        "DocumentVersions": [
            {
                "Name": "Example",
                "DocumentVersion": "1",
                "CreatedDate": 1583257938.266,
                "IsDefaultVersion": true,
                "DocumentFormat": "YAML",
                "Status": "Active"
            }
        ]
    }  

For more information, see `Sending Commands that Use the Document Version Parameter <https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command-version.html>`__ in the *AWS Systems Manager User Guide*.