---
title: "List S3 Accounts"
method: GET
path: "/v0/s3-accounts"
tags: ["S3 Accounts"]
---

# List S3 Accounts

`GET /v0/s3-accounts`

Returns a list of S3 Accounts connected to the organization.

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