conversations_replies
/conversations.replies Retrieve a thread of messages posted to a conversation
Parameters
query Query Parameters
| Name | Type |
|---|---|
token Authentication token. Requires scope: | string |
channel Conversation ID to fetch thread from. | string |
ts Unique identifier of a thread's parent message. | number |
latest End of time range of messages to include in results. | number |
oldest Start of time range of messages to include in results. | number |
inclusive Include messages with latest or oldest timestamp in results only when either timestamp is specified. | boolean |
limit The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached. | number |
cursor Paginate through collections of data by setting the | string |
Responses
Typical success response
last_read?:
latest_reply?:
reply_count: number;
reply_users?:
reply_users_count?: number;
source_team?:
subscribed: boolean;
team?:
text: string;
thread_ts:
ts:
type: string;
unread_count?: number;
user:
user_profile?:
user_team?:
} | {
is_starred?: boolean;
parent_user_id:
source_team?:
team?:
text: string;
thread_ts:
ts:
type: string;
user:
user_profile?:
user_team?:
})[][];ok:
Typical error response
callstack?: string;
error: "missing_scope" | "channel_not_found" | "thread_not_found" | "not_authed" | "invalid_auth" | "account_inactive" | "invalid_arg_name" | "invalid_array_arg" | "invalid_charset" | "invalid_form_data" | "invalid_post_type" | "missing_post_type" | "team_added_to_org" | "invalid_json" | "json_not_object" | "request_timeout" | "upgrade_required";
needed?: string;
ok:
provided?: string;
}