---
title: "List AWS Secrets Manager Accounts"
method: GET
path: "/v0/aws-secrets-manager/accounts"
tags: ["AWS Secrets Manager Accounts"]
---

# List AWS Secrets Manager Accounts

`GET /v0/aws-secrets-manager/accounts`

Returns a list of AWS Secrets Manager account connections for the organization.

## 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

---

[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/versions/40674aa6d4d9/schema)
