cURL
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.
API key must be provided in the Authorization header
Search string for BM25 keyword matching
1
Filter by channel name or ID
Max results
1 <= x <= 100
Successful Response
Was this page helpful?
Suggestions
Contact support