Skip to main content
GET
List cached Twitter writing style profiles
Free - does not consume credits

List cached Twitter writing styles

Call this endpoint to inventory the writing-style profiles in one Xquik account. Each item summarizes one cached X username. The list does not include tweet text, tone analysis, vocabulary, or engagement metrics. An empty response is valid:
An empty styles array means this Xquik account has no cached profiles. Use Analyze & Cache Style to create one.

Read each writing style summary

Do not interpret tweetCount as the X profile’s lifetime tweet total. It only counts the tweet samples stored for this writing-style profile. fetchedAt records the cache fetch time. It is not a tweet publication time, profile update time, or writing-style creation timestamp.

Route a Twitter writing style workflow

Use the summary fields to choose the next endpoint: The response contains no pagination cursor. Do not invent nextCursor, page, or total fields. Process only the summaries returned in styles.

Handle list style errors

Does list styles return the analyzed tweets?

No. This endpoint returns summaries only. Use Get Style to retrieve the stored tweet samples for one username.

Why is the Twitter writing style list empty?

The authenticated Xquik account has no cached profiles. Analyze an X username first, then call this endpoint again with the same Xquik credentials.

Headers

string
required
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.

Response

200 OK

object[]
Array of cached style summaries. Style object fields.
string
Normalized X username.
number
Number of cached tweets.
string
ISO 8601 timestamp when tweets were fetched.
boolean
Whether this is the authenticated user’s own X account.

401 Unauthenticated

Missing or invalid API key.

429 Rate limited

Too many requests. Wait for the Retry-After header before retrying.
Related. Analyze & Cache Style to add a new style, Get Style to fetch full tweet data for a specific style, or Compare Styles to compare two cached styles side by side.