---
title: "Changes to Verify User Retweeted a Tweet"
method: GET
path: "/twitter/tweets/{tweet_id}/retweeted_by/{user_id}"
---

# Changes to Verify User Retweeted a Tweet

`GET /twitter/tweets/{tweet_id}/retweeted_by/{user_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 6 revisions.

- **2025-03-12** `73745ce76c49` — 1 breaking, 6 info

## Changes

- **2025-03-12** `73745ce76c49` — 1 breaking, 6 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - removed `#/components/schemas/UserRetweetedStatus, #/components/schemas/ErrorResponse` from the response body `oneOf` list for the response status `200`
  - added the required property `is_retweeted` to the response with the `200` status
  - added the required property `retweeters_checked_count` to the response with the `200` status
  - added the required property `source_user_id` to the response with the `200` status
  - added the required property `status` to the response with the `200` status
  - added the required property `target_tweet_id` to the response with the `200` status

---

[Operation](https://skmtc.dev/socialdata-api/apis/socialdata-api-reference/docs/twitter/tweets/:tweet_id/retweeted_by/:user_id/get.md) · [API](https://skmtc.dev/socialdata-api/apis/socialdata-api-reference.md) · [Page](https://skmtc.dev/socialdata-api/apis/socialdata-api-reference/changes/twitter/tweets/:tweet_id/retweeted_by/:user_id/get)
