---
title: "Get engagement metrics for style tweets"
method: GET
path: "/styles/{id}/performance"
tags: ["Composition"]
---

# Get engagement metrics for style tweets

`GET /styles/{id}/performance`

Returns engagement metrics for an analyzed public X profile.

## Path parameters

- `id` string, required

## Response `200`

Performance metrics

- object
  - `xUsername` string, required
  - `tweetCount` integer, required
  - `tweets` object[], required
    - `id` string, required
    - `text` string, required
    - `likeCount` integer
    - `retweetCount` integer
    - `replyCount` integer
    - `viewCount` integer
    - `createdAt` string

## Other responses

- `401` — Unauthenticated
- `402` — Payment required. MPP reads include `WWW-Authenticate`. Authenticated reads include balances and checkout; a failed request never creates checkout. Guest keys offer top-up.
- `404` — Not found
- `422` — Invalid input
- `429` — Xquik tier rate limit exceeded. Wait `Retry-After` seconds before retrying.

## Changes

- **2026-09-27** `d9f0c9034255` — 20 warning
  - added the new `draw_too_large` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `draw_too_large` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `draw_too_large` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `401`
  - added the new `draw_too_large` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `404`
  - …16 more
- **2026-09-26** `db02366a5e8d` — 10 warning
  - added the new `bookmark_folders_unavailable` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `bookmark_folders_unavailable` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `bookmark_folders_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `401`
  - added the new `bookmark_folders_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `404`
  - …6 more
- …earlier changes not shown

[Full history](https://skmtc.dev/xquik-dev/apis/xquik-api-3/changes/styles/:id/performance/get.md)

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api-3.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api-3/llms.txt) · [OpenAPI document](https://skmtc.dev/xquik-dev/apis/xquik-api-3/revisions/d9f0c9034255?raw)
