---
title: "Describe account"
method: GET
path: "/accounts/{name}"
---

# Describe account

`GET /accounts/{name}`

Get information about a specific account by name.

## Path parameters

- `name` string, required — The name of the account to describe

## Response `200`

OK

- DescribeAccountBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `account` Account, required
    - `execution_region` string, required
    - `is_self_hosted_only` boolean, required
    - `name` string, required
    - `slug` string — This property is deprecated. Use name instead.

## Other responses

- `default` — Error

---

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