---
title: "Retrieve Account"
method: GET
path: "/organizations/accounts/{account_id}"
---

# Retrieve Account

`GET /organizations/accounts/{account_id}`

Get a specific account by UUID.

## Path parameters

- `account_id` string, uuid, required

## Response `200`

OK

- object
  - `id` string, uuid
  - `name` string
  - `account_group_id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/versions/05b629819b49/schema)
