---
title: "List connected X accounts"
method: GET
path: "/x/accounts"
tags: ["X Accounts"]
---

# List connected X accounts

`GET /x/accounts`

## Response `200`

X account list

- object
  - `accounts` XAccount[], required
    - `id` string, required
    - `xUserId` string, required
    - `xUsername` string, required
    - `status` string, required
    - `health` 'healthy' | 'locked' | 'needsReauth' | 'recovering' | 'suspended' | 'temporaryIssue', required — Derived connection health. `healthy` = ready to use. `needsReauth` = user must submit fresh credentials. `locked` = X locked the account; unlock on x.com first. `suspended` = X banned the account. `recovering` = cooldown ended; the account can reconnect on its next use. `temporaryIssue` = temporary connection problem; wait before the next use.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `cookiesObtainedAt` string, date-time

## Other responses

- `401` — Unauthenticated
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.

---

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