---
title: "List Accounts"
method: GET
path: "/poweredby/account/list"
tags: ["Account"]
---

# List Accounts

`GET /poweredby/account/list`

List Accounts lists the sub-accounts within the parent account.

## Response `200`

OK

- AccountListResult
  - `accounts` AccountInfo[], nullable
    - `id` string, required — The internal Connect AI account Id.
    - `externalId` string, required — The Connect AI Embed external account identifier.
    - `accountName` string, nullable — The display name of the account.
    - `created` string, date-time, required — The time this account was created.

---

[API](https://skmtc.dev/cdata/apis/cdata-connect-ai-rest-api-embedded.md) · [All operations](https://skmtc.dev/cdata/apis/cdata-connect-ai-rest-api-embedded/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cdata/cdata-connect-ai-rest-api-embedded/revisions/c13133ad66c0/schema)
