GET
/
2
/
tweets
/
label
/
stream
curl --request GET \
  --url https://api.x.com/2/tweets/label/stream \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "public_tweet_notice": {
      "application": "apply",
      "details": "<string>",
      "event_at": "2021-07-06T18:40:40.000Z",
      "event_type": "misleading",
      "extended_details_url": "<string>",
      "label_title": "<string>",
      "tweet": {
        "author_id": "2244994945",
        "id": "1346889436626259968"
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

backfill_minutes
integer

The number of minutes of backfill requested.

Required range: 0 < x < 5
start_time
string

YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Post labels will be provided.

end_time
string

YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the Post labels will be provided.

Response

200
application/json
The request has succeeded.

Tweet label stream events.

data
object
required

Tweet label data.