Skip to main content

assistant.search.context method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

This method is used to search messages across your Slack organization when used with an app agent. Full details on this method's usage are in the Data Access API usage guide.

Response

{
"ok": true,
"results": {
"messages": [
{
"author_user_id": "U0123456",
"team_id": "T0123456",
"channel_id": "C0123456",
"message_ts": "123456.7890",
"content": "Hey team, we'll be kicking off our mobile UX revamp for the Gizmo App...",
"is_author_bot": false,
"permalink": "https://mycompany.slack.com/archives/C012345ABC/p123456789"
}
]
},
"response_metadata": {
"next_cursor": "Q1VSUkVOVF9QQUdFOjI="
}
}