list_my_replies
List all replies made by the authenticated user. Control returned fields and paginate through results for efficient data retrieval.
Instructions
List all replies made by the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to return. Default: id,text,media_type,media_url,permalink,timestamp,username,like_count,replies_count,repost_count,quote_count | |
| limit | No | Number of results per page | |
| after | No | Cursor for next page | |
| before | No | Cursor for previous page |