You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,6 +65,15 @@ import AudienceCommunityApiLinks from "/snippets/x-audience-community-api-links.
64
65
```
65
66
</Tab>
66
67
68
+
<Tabtitle="409"id="response-x-followers-409">
69
+
```json
70
+
{
71
+
"error": "coverage_cursor_unavailable",
72
+
"message": "Cursor expired or busy. Retry once, then restart pagination."
73
+
}
74
+
```
75
+
</Tab>
76
+
67
77
<Tabtitle="424"id="response-x-followers-424">
68
78
```json
69
79
{
@@ -91,6 +101,15 @@ import AudienceCommunityApiLinks from "/snippets/x-audience-community-api-links.
91
101
}
92
102
```
93
103
</Tab>
104
+
105
+
<Tabtitle="503"id="response-x-followers-503">
106
+
```json
107
+
{
108
+
"error": "x_api_unavailable",
109
+
"message": "Maximum coverage is busy. Retry shortly."
110
+
}
111
+
```
112
+
</Tab>
94
113
</Tabs>
95
114
</Panel>
96
115
{/* GENERATED RESPONSE EXAMPLES END */}
@@ -105,6 +124,8 @@ import AudienceCommunityApiLinks from "/snippets/x-audience-community-api-links.
105
124
Get followers returns follower profiles for one X account by username or numeric user ID. It is also useful as a Follower Export API, X followers API, or Twitter followers API. The canonical endpoint remains `GET /api/v1/x/users/{id}/followers`.
106
125
</Info>
107
126
127
+
<AutomaticCoveragePagination />
128
+
108
129
<CodeGroup>
109
130
```bash cURL
110
131
# Username follower page
@@ -342,7 +363,14 @@ partial.
342
363
## Query parameters
343
364
344
365
<ParamField query="cursor" type="string">
345
-
Opaque pagination cursor from `next_cursor` in the previous response. Omit for the first page.
366
+
Pass `next_cursor` back unchanged. New Xquik cursors resume automatic
0 commit comments