---
title: "Get a Resource Account."
method: GET
path: "/orgs/{orgId}/resources/accounts/{accId}"
tags: ["public", "ResourceAccount"]
---

# Get a Resource Account.

`GET /orgs/{orgId}/resources/accounts/{accId}`

## Path parameters

- `orgId` string, required
- `accId` string, required

## Response `200`

The requested Resources Account.

- ResourceAccountResponse — ResourceAccount represents the account being used to access a resource. Resource Accounts hold credentials that are required to provision and manage resources.
  - `created_at` string, date-time, required — The timestamp of when the account was created.
  - `created_by` string, required — The ID of the user who created the account.
  - `id` string, required — Unique identifier for the account (in scope of the organization it belongs to).
  - `is_used` boolean, required — Indicates if this account is being used (referenced) by any resource definition or active resource.
  - `name` string, required — Display name.
  - `type` string, required — The type of the account

## Other responses

- `404` — A Resource Account with the 'accId' ID is not found or does not belong to the organization.
- `500` — Internal application error.

---

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