GET /2/spaces/{id}/tweets
Summary: Retrieve Tweets from a Space.
Operation ID: spaceTweets
Auth: unknown
Operation ID: spaceTweets
Auth: unknown
Description
Retrieves Tweets shared in the specified Space.
Parameters (8)
expansions
(array, query, optional)
A comma separated list of fields to expand.
id
(string, path, required)
The ID of the Space to be retrieved.
Constraints: {'pattern': '^[a-zA-Z0-9]{1,13}$'}
max_results
(integer, query, optional, default: 100)
The number of Tweets to fetch from the provided space. If not provided, the value will default to the maximum of 100.
Constraints: {'minimum': 1, 'maximum': 100}
media.fields
(array, query, optional)
A comma separated list of Media fields to display.
place.fields
(array, query, optional)
A comma separated list of Place fields to display.
poll.fields
(array, query, optional)
A comma separated list of Poll fields to display.
tweet.fields
(array, query, optional)
A comma separated list of Tweet fields to display.
user.fields
(array, query, optional)
A comma separated list of User fields to display.
No probe data for this endpoint yet.