Raw GET request
sendbird_requestPower-user escape hatch: issue a raw GET to any Chat Platform API v3 path not wrapped by a dedicated tool (e.g. /group_channels/{url}/messages/{id}, /report, /applications/settings_global). READ-ONLY — GET only. Platform API: GET {path}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path beginning with "/", relative to the /v3 base (e.g. "/users/alex%40x.com/blocked_users"). | |
| params | No | Optional JSON object (as a string) of query params, e.g. '{"limit":50}'. |