---
title: "GET /workspaces/{workspaceId}/logging"
method: GET
path: "/workspaces/{workspaceId}/logging"
---

# GET /workspaces/{workspaceId}/logging

`GET /workspaces/{workspaceId}/logging`

Describes logging configuration.

## Path parameters

- `workspaceId` string, required — A workspace ID.

## Response `200`

Success

- DescribeLoggingConfigurationResponse — Represents the output of a DescribeLoggingConfiguration operation.
  - `loggingConfiguration` object, required — Metadata object containing information about the logging configuration of a workspace.
    - `createdAt` string, date-time, required — The time when the logging configuration was created.
    - `logGroupArn` string, required — The ARN of the CW log group to which the vended log data will be published.
    - `modifiedAt` string, date-time, required — The time when the logging configuration was modified.
    - `status` object, required — The status of the logging configuration.
      - `statusCode` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'CREATION_FAILED' | 'UPDATE_FAILED', required — Status code of the logging configuration.
      - `statusReason` string — The reason for failure if any.
    - `workspace` string, required — The workspace where the logging configuration exists.

## Other responses

- `480` — ValidationException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/amp.md) · [All operations](https://skmtc.net/aws/apis/amp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/amp/versions/c9d704487d08/schema)
