Streams all labeling events applied to Posts.
curl --request GET \
--url https://api.x.com/2/tweets/label/stream \
--header 'Authorization: Bearer <token>'{
"data": {
"public_tweet_notice": {
"application": "apply",
"event_at": "2021-07-06T18:40:40.000Z",
"event_type": "misleading",
"tweet": {
"author_id": "2244994945",
"id": "1346889436626259968"
},
"details": "<string>",
"extended_details_url": "<string>",
"label_title": "<string>"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.x.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number of minutes of backfill requested.
0 <= x <= 5YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Post labels will be provided.
YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the Post labels will be provided.
The request has succeeded.
Tweet label stream events.
Tweet label data.
Show child attributes
curl --request GET \
--url https://api.x.com/2/tweets/label/stream \
--header 'Authorization: Bearer <token>'{
"data": {
"public_tweet_notice": {
"application": "apply",
"event_at": "2021-07-06T18:40:40.000Z",
"event_type": "misleading",
"tweet": {
"author_id": "2244994945",
"id": "1346889436626259968"
},
"details": "<string>",
"extended_details_url": "<string>",
"label_title": "<string>"
}
}
}