Skip to main content

Get Replies

Retrieve thread replies by id.

Params

NameTypeDefaultDescription
id (required)intThread 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...