---
title: "Get AWS Secrets Manager Account"
method: GET
path: "/v0/aws-secrets-manager/accounts/{account-id}"
tags: ["AWS Secrets Manager Accounts"]
---

# Get AWS Secrets Manager Account

`GET /v0/aws-secrets-manager/accounts/{account-id}`

Get a specific AWS Secrets Manager account connection.

## Path parameters

- `account-id` integer, required

## Response `200`

The request has succeeded.

- AwsSecretsManagerAccountResource
  - `id` integer — The unique identifier of the account connection
  - `name` string — The name of the account connection
  - `description` string, nullable — An optional description
  - `role_arn` string — The IAM role ARN used for cross-account access
  - `has_external_id` boolean — Whether an external ID is configured (value never exposed)
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized (missing or invalid API key)
- `403` — Forbidden
- `404` — Not found

---

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