v1

latestOpenAPI 3.0.0Twitter Developer Agreement and Policy2026-07-1480235216.3 KB
Compliance

Tweets Label stream

Streams 100% of labeling events applied to Tweets

get/2/tweets/label/stream

Query parameters

backfill_minutesinteger

The number of minutes of backfill requested.

start_timestring date-time

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

end_timestring date-time

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

Response

The request has succeeded.

OR

Example response

{
  "data": {
    "public_tweet_notice": {
      "application": "apply",
      "event_at": "2021-07-06T18:40:40.000Z",
      "event_type": "misleading",
      "tweet": {
        "author_id": "2244994945",
        "id": "1346889436626259968"
      }
    }
  }
}