curl --request POST \
--url https://apigcp.trynia.ai/v2/slack/installations/{installation_id}/grep \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pattern": "<string>",
"channel": "<string>",
"limit": 20
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}BM25 keyword search over indexed Slack messages in TurboPuffer.
curl --request POST \
--url https://apigcp.trynia.ai/v2/slack/installations/{installation_id}/grep \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pattern": "<string>",
"channel": "<string>",
"limit": 20
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}API key must be provided in the Authorization header
Successful Response
Was this page helpful?