---
title: "Get account details"
method: GET
path: "/account/{account_id}"
tags: ["Account"]
---

# Get account details

`GET /account/{account_id}`

## Path parameters

- `account_id` string, required

## Response `200`

Response

- AccountGetResponse — AccountGetResponse
  - `account` object, required — Account details
    - `access_source` 'descendant_membership' | 'organization_membership' | 'project_membership' | 'team_membership' — Describe the source of the account
    - `account_id` string, required — Account ID
    - `account_name` string, required — Account name
    - `account_owner_team_id` string, required — Team ID
    - `create_time` string, required — Timestamp in ISO 8601 format, always in UTC
    - `features` object — Feature flags
    - `is_account_member` boolean — If true, user is part of a team of this or a parent account
    - `is_account_owner` boolean, required — If true, user is part of the owners team for this account
    - `organization_id` string, required — Organization ID
    - `parent_account_id` string — Account ID
    - `primary_billing_group_id` string, required — Primary billing group ID - deprecated, always null
    - `root_account_id` string, required — Account ID
    - `tenant_id` string — Tenant identifier
    - `update_time` string, required — Timestamp in ISO 8601 format, always in UTC
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request

---

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