Get a thread
GET/api/v4/posts/:post_id/thread
Get a post and the rest of the posts in the same thread.
Permissions
Must have read_channel permission for the channel the post is in or if the channel is public, have the read_public_channels permission for the team.
Request
Responses
- 200
- 400
- 401
- 403
Post list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions