---
title: "Check account status"
method: GET
path: "/accounts/{account_id}/status"
tags: ["Accounts"]
---

# Check account status

`GET /accounts/{account_id}/status`

Check an account's status and capabilities

## Path parameters

- `account_id` string, required — ID of the account to check

## Query parameters

- `capabilities` string[] — capabilities about which to check the status

## Response `200`

Account status

- AccountStatus — Response containing account status information
  - `capabilities` object, required — An object where the fields are the capabilities passed in the `capabilities` query param, as in `local_messaging`.

## Other responses

- `default` — Error

---

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