---
title: "GET /logging/modelinvocations"
method: GET
path: "/logging/modelinvocations"
---

# GET /logging/modelinvocations

`GET /logging/modelinvocations`

Get the current configuration values for model invocation logging.

## Response `200`

Success

- GetModelInvocationLoggingConfigurationResponse
  - `loggingConfig` object — The current configuration values.
    - `cloudWatchConfig` object — CloudWatch logging configuration.
      - `logGroupName` string, required — The log group name.
      - `roleArn` string, required — The role Amazon Resource Name (ARN).
      - `largeDataDeliveryS3Config` object — S3 configuration for delivering a large amount of data.
        - `bucketName` string, required — S3 bucket name.
        - `keyPrefix` string — S3 prefix.
    - `s3Config` object — S3 configuration for storing log data.
      - `bucketName` string, required — S3 bucket name.
      - `keyPrefix` string — S3 prefix.
    - `textDataDeliveryEnabled` boolean — Set to include text data in the log delivery.
    - `imageDataDeliveryEnabled` boolean — Set to include image data in the log delivery.
    - `embeddingDataDeliveryEnabled` boolean — Set to include embeddings data in the log delivery.
    - `videoDataDeliveryEnabled` boolean — Set to include video data in the log delivery.
    - `audioDataDeliveryEnabled` boolean — Set to include audio data in the log delivery.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerException
- `482` — ThrottlingException

---

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