HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/local/aws-cli/v2/current/current/dist/awscli/examples/pinpoint/get-endpoint.rst
**To retrieve information about the settings and attributes of a specific endpoint for an application**

The following ``get-endpoint`` example retrieves information about the settings and attributes of a specific endpoint for an application. ::

    aws pinpoint get-endpoint \
        --application-id 611e3e3cdd47474c9c1399a505665b91 \
        --endpoint-id testendpoint \
        --region us-east-1

Output::

    {
        "EndpointResponse": {
            "Address": "+11234567890",
            "ApplicationId": "611e3e3cdd47474c9c1399a505665b91",
            "Attributes": {},
            "ChannelType": "SMS",
            "CohortId": "63",
            "CreationDate": "2019-01-28T23:55:11.534Z",
            "EffectiveDate": "2021-08-06T00:04:51.763Z",
            "EndpointStatus": "ACTIVE",
            "Id": "testendpoint",
            "Location": {
                "Country": "USA"
            },
            "Metrics": {
                "SmsDelivered": 1.0
            },
            "OptOut": "ALL",
            "RequestId": "a204b1f2-7e26-48a7-9c80-b49a2143489d",
            "User": {
                "UserAttributes": {
                    "Age": [
                        "24"
                    ]
                },
            "UserId": "testuser"
            }
        }
    }