---
title: "Get an S3 data forwarding destination."
method: GET
path: "/v1/logsDataForwarding/destinations/{id}"
tags: ["logsDataForwardingManagement"]
---

# Get an S3 data forwarding destination.

`GET /v1/logsDataForwarding/destinations/{id}`

Get an S3 data forwarding destination by the given identifier.

## Path parameters

- `id` string, required

## Response `200`

Data forwarding destination object requested.

- BucketDefinition
  - `destinationName` string, required — Name of the S3 data forwarding destination.
  - `description` string — Description of the S3 data forwarding destination.
  - `authenticationMode` string, required — AWS IAM authentication method used for access. Possible values are: 1. `AccessKey` 2. `RoleBased`
  - `accessKeyId` string — The AWS Access ID to access the S3 bucket.
  - `secretAccessKey` string — The AWS Secret Key to access the S3 bucket.
  - `roleArn` string — The AWS Role ARN to access the S3 bucket.
  - `region` string — The region where the S3 bucket is located.
  - `encrypted` boolean — Enable S3 server-side encryption.
  - `enabled` boolean — True if the destination is Active.
  - `bucketName` string, required — The name of the Amazon S3 bucket.
  - `createdAt` string, date-time, required — Creation timestamp in UTC in [RFC3339](https://tools.ietf.org/html/rfc3339) format.
  - `createdBy` string, required — Identifier of the user who created the resource.
  - `modifiedAt` string, date-time, required — Last modification timestamp in UTC.
  - `modifiedBy` string, required — Identifier of the user who last modified the resource.
  - `id` string, required — The unique identifier of the data forwarding destination.
  - `invalidatedBySystem` boolean — True if invalidated by the system.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/18a824df1e78/schema)
