← All integrations

Threads icon

Threads

Read, publish, and manage replies for a Threads profile

OAuth8 native toolsIcon needs-review
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
threads_get_profile
Get the connected Threads profile

/me

1 parameter
ParamTypeRequiredDescription
fieldsstringoptionalComma-separated profile fields to include
GET
threads_list_threads
List posts published by the connected Threads profile

/me/threads

5 parameters
ParamTypeRequiredDescription
fieldsstringoptionalComma-separated post fields to include
limitintegeroptionalNumber of posts to return
sincestringoptionalISO-8601 lower time bound
untilstringoptionalISO-8601 upper time bound
afterstringoptionalPagination cursor
GET
threads_get_thread
Get one Threads post by ID

/{thread_id}

2 parameters
ParamTypeRequiredDescription
thread_idstringrequiredThreads post ID
fieldsstringoptionalComma-separated post fields to include
POST
threads_create_thread_container
Create a text, image, video, quote, or carousel Threads container

/me/threads

9 parameters
ParamTypeRequiredDescription
media_typestringrequiredThreads media container type
textstringoptionalPost text
image_urlstringoptionalPublicly accessible image URL
video_urlstringoptionalPublicly accessible video URL
childrenstringoptionalComma-separated carousel container IDs
reply_to_idstringoptionalPost ID to reply to
quote_post_idstringoptionalPost ID to quote
alt_textstringoptionalAccessibility text for media
reply_controlstringoptionalWho can reply to the post
POST
threads_publish_thread
Publish a previously created Threads media container

/me/threads_publish

1 parameter
ParamTypeRequiredDescription
creation_idstringrequiredThreads media container ID
GET
threads_get_thread_replies
List replies to a Threads post

/{thread_id}/replies

4 parameters
ParamTypeRequiredDescription
thread_idstringrequiredThreads post ID
fieldsstringoptionalComma-separated reply fields to include
limitintegeroptionalNumber of replies to return
afterstringoptionalPagination cursor
POST
threads_manage_reply
Hide or unhide a reply on a Threads post

/{reply_thread_id}/manage_reply

2 parameters
ParamTypeRequiredDescription
reply_thread_idstringrequiredReply post ID
hidebooleanrequiredWhether to hide the reply
GET
threads_get_container_status
Check the publishing status of a Threads container

/{container_id}

2 parameters
ParamTypeRequiredDescription
container_idstringrequiredThreads container ID
fieldsstringoptionalUse status to read the container state
Request private-beta access