X Search
Retrieve Tweets by Post
This endpoint retrieves all retweets associated with a specific post. By providing the post ID, users can access detailed retweet information, including metadata, user engagement metrics, and associated content.
GET
Authorizations
Query Parameters
The ID of the post to search for.
The number of tweets to fetch.
Required range:
1 <= x <= 100
Search query. For syntax, check https://docs.datura.ai/guides/capabilities/twitter-queries
Response
200
application/json
A JSON object mapping Twitter Search to its search results.
Example:
"987654321"
Example:
"This is an example tweet."
Example:
10
Example:
5
Example:
100
Example:
1000
Example:
2
Example:
1500
Example:
3
Example:
"https://twitter.com/example_tweet"
Example:
"2023-01-01T00:00:00Z"
Example:
false
Example:
false
Example:
[]
Example:
"987654321"
Example:
"This is an example tweet."
Example:
10
Example:
5
Example:
100
Example:
1000
Example:
2
Example:
1500
Example:
3
Example:
"https://twitter.com/example_tweet"
Example:
"2023-01-01T00:00:00Z"
Example:
false
Example:
false
Example:
[]
The response is of type object
.