---
title: "Get S3 Account"
method: GET
path: "/v0/s3-accounts/{s3-account-id}"
tags: ["S3 Accounts"]
---

# Get S3 Account

`GET /v0/s3-accounts/{s3-account-id}`

Get a specific S3 Account connected to the organization.

## Path parameters

- `s3-account-id` integer, required

## Response `200`

The request has succeeded.

- S3AccountResource
  - `id` integer — The unique identifier of the S3 Account
  - `name` string — The name of the S3 Account
  - `role_arn` string — The IAM role ARN used to access S3 buckets via STS AssumeRole

## Other responses

- `400` — Bad request
- `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/revisions/40674aa6d4d9/schema)
