Skip to main content

Get Replies

Retrieve thread replies by id.

Paramsโ€‹

NameTypeDefaultDescription
id (required)intโ€“Thread id
max_idstringNoneUse for pagination

You can use the max_id parameter to paginate through the media (take from the paging_tokens["downwards"] field of the response).

Usageโ€‹

from rocketapi import ThreadsAPI


threads_api = ThreadsAPI(token="your-api-key")
print(threads_api.get_thread_replies(3143854709524253592))

Response exampleโ€‹

Loading...