檢索 Slack 的內容
擷取 Slack 的內容
Returns the content of the discussion with the specified ID. A discussion can be a Slack or Discord chat. The response contains two fields: discussion_content, which includes the main messages of the chat, and thread_contents, which contains the threads of the discussion.
The ID of the discussion to retrieve contents for. Discussions are either Slack or Discord chats.
Indicate the integration of the discussion. Currently, it can only be "slack" or "discord".
Indicate the starting time when we want to retrieve the content of the discussion in ISO 8601 format at GMT+0. If not specified, the default time is now.
Indicate the ending time when we want to retrieve the content of the discussion in ISO 8601 format at GMT+0. If not specified, it is 7 days before the "from" parameter.
Main and threaded messages of the discussion in a time range.
The content of the main discussions.
A dictionary of threads in the discussion, where each key is a thread's timestamp (ISO 8601) and the value is the messages in the thread.
Discussion not found.
Internal server error.
範例請求
獲取過去一週的 Slack 內容
錯誤回應
Last updated