---
title: "Get account capabilities."
method: GET
path: "/v1/accounts/{id}/capabilities"
tags: ["accounts"]
---

# Get account capabilities.

`GET /v1/accounts/{id}/capabilities`

Get account capabilities.

## Path parameters

- `id` string, required

## Response `200`

OK

- AccountCapabilitiesView — Account capabilities represent the capabilities of an account.
  - `capabilities` AccountCapability[], required — The list of capabilities for the account.

## Other responses

- `404` — Account not found.

## Changes

- **2025-09-29** `1749c364b895` — 1 info
  - removed the `ACCOUNT_CAPABILITY_LANGUAGE_SERVER` enum value from the `capabilities/items/` response property for the response status `200`

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/accounts/:id/capabilities/get.md)

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/d1cc15eb5ef9/schema)
