---
title: "GET /destinations/{arn}"
method: GET
path: "/destinations/{arn}"
---

# GET /destinations/{arn}

`GET /destinations/{arn}`

Gets information about a topic rule destination.

Requires permission to access the [GetTopicRuleDestination](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Path parameters

- `arn` string, required

## Response `200`

Success

- GetTopicRuleDestinationResponse
  - `topicRuleDestination` object — The topic rule destination.
    - `arn` string — The topic rule destination URL.
    - `status` 'ENABLED' | 'IN_PROGRESS' | 'DISABLED' | 'ERROR' | 'DELETING' — <p>The status of the topic rule destination. Valid values are:</p> <dl> <dt>IN_PROGRESS</dt> <dd> <p>A topic rule destination was created but has not been confirmed. You can set <code>status</code> to <code>IN_PROGRESS</code> by calling <code>UpdateTopicRuleDestination</code>. Calling <code>UpdateTopicRuleDestination</code> causes a new confirmation challenge to be sent to your confirmation endpoint.</p> </dd> <dt>ENABLED</dt> <dd> <p>Confirmation was completed, and traffic to this destination is allowed. You can set <code>status</code> to <code>DISABLED</code> by calling <code>UpdateTopicRuleDestination</code>.</p> </dd> <dt>DISABLED</dt> <dd> <p>Confirmation was completed, and traffic to this destination is not allowed. You can set <code>status</code> to <code>ENABLED</code> by calling <code>UpdateTopicRuleDestination</code>.</p> </dd> <dt>ERROR</dt> <dd> <p>Confirmation could not be completed, for example if the confirmation timed out. You can call <code>GetTopicRuleDestination</code> for details about the error. You can set <code>status</code> to <code>IN_PROGRESS</code> by calling <code>UpdateTopicRuleDestination</code>. Calling <code>UpdateTopicRuleDestination</code> causes a new confirmation challenge to be sent to your confirmation endpoint.</p> </dd> </dl>
    - `createdAt` string, date-time — The date and time when the topic rule destination was created.
    - `lastUpdatedAt` string, date-time — The date and time when the topic rule destination was last updated.
    - `statusReason` string — Additional details or reason why the topic rule destination is in the current status.
    - `httpUrlProperties` object — Properties of the HTTP URL.
      - `confirmationUrl` string — The URL used to confirm the HTTP topic rule destination URL.
    - `vpcProperties` object — Properties of the virtual private cloud (VPC) connection.
      - `subnetIds` SubnetId[] — The subnet IDs of the VPC destination.
      - `securityGroups` SecurityGroupId[] — The security groups of the VPC destination.
      - `vpcId` string — The ID of the VPC.
      - `roleArn` string — The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).

## Other responses

- `480` — InternalException
- `481` — InvalidRequestException
- `482` — ServiceUnavailableException
- `483` — UnauthorizedException

---

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