Read, publish, and manage replies for a Threads profile
/me
| Param | Type | Required | Description |
|---|---|---|---|
| fields | string | optional | Comma-separated profile fields to include |
/me/threads
| Param | Type | Required | Description |
|---|---|---|---|
| fields | string | optional | Comma-separated post fields to include |
| limit | integer | optional | Number of posts to return |
| since | string | optional | ISO-8601 lower time bound |
| until | string | optional | ISO-8601 upper time bound |
| after | string | optional | Pagination cursor |
/{thread_id}
| Param | Type | Required | Description |
|---|---|---|---|
| thread_id | string | required | Threads post ID |
| fields | string | optional | Comma-separated post fields to include |
/me/threads
| Param | Type | Required | Description |
|---|---|---|---|
| media_type | string | required | Threads media container type |
| text | string | optional | Post text |
| image_url | string | optional | Publicly accessible image URL |
| video_url | string | optional | Publicly accessible video URL |
| children | string | optional | Comma-separated carousel container IDs |
| reply_to_id | string | optional | Post ID to reply to |
| quote_post_id | string | optional | Post ID to quote |
| alt_text | string | optional | Accessibility text for media |
| reply_control | string | optional | Who can reply to the post |
/me/threads_publish
| Param | Type | Required | Description |
|---|---|---|---|
| creation_id | string | required | Threads media container ID |
/{thread_id}/replies
| Param | Type | Required | Description |
|---|---|---|---|
| thread_id | string | required | Threads post ID |
| fields | string | optional | Comma-separated reply fields to include |
| limit | integer | optional | Number of replies to return |
| after | string | optional | Pagination cursor |
/{reply_thread_id}/manage_reply
| Param | Type | Required | Description |
|---|---|---|---|
| reply_thread_id | string | required | Reply post ID |
| hide | boolean | required | Whether to hide the reply |
/{container_id}
| Param | Type | Required | Description |
|---|---|---|---|
| container_id | string | required | Threads container ID |
| fields | string | optional | Use status to read the container state |