---
title: "Get X account details"
method: GET
path: "/x/accounts/{id}"
tags: ["X Accounts"]
---

# Get X account details

`GET /x/accounts/{id}`

## Path parameters

- `id` string, required

## Response `200`

X account details

- XAccountDetail — Connected X account details with health and timestamp metadata.
  - `id` string, required
  - `xUserId` string, required
  - `xUsername` string, required
  - `status` string, required
  - `health` 'healthy' | 'locked' | 'needsReauth' | 'recovering' | 'suspended' | 'temporaryIssue', required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time
  - `cookiesObtainedAt` string, date-time

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `404` — Not found
- `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)
