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/lib/python3/dist-packages/awscli/examples/iam/get-service-last-accessed-details.rst
**To retrieve a service access report**

The following ``get-service-last-accessed-details`` example retrieves a previously generated report that lists the services accessed by IAM entities. To generate a report, use the ``generate-service-last-accessed-details`` command. ::

    aws iam get-service-last-accessed-details \
        --job-id 2eb6c2b8-7b4c-3xmp-3c13-03b72c8cdfdc

Output::

    {
        "JobStatus": "COMPLETED",
        "JobCreationDate": "2019-10-01T03:50:35.929Z",
        "ServicesLastAccessed": [
            ...
            {
                "ServiceName": "AWS Lambda",
                "LastAuthenticated": "2019-09-30T23:02:00Z",
                "ServiceNamespace": "lambda",
                "LastAuthenticatedEntity": "arn:aws:iam::123456789012:user/admin",
                "TotalAuthenticatedEntities": 6
            },
        ]
    }