Raw read request
scalingo_requestPower-user escape hatch: GET any Scalingo API path not wrapped by a dedicated tool. READ-ONLY — only GET is allowed. Path is taken after /v1 (e.g. "/apps/my-app/alerts"). By default hits the regional API; set on_auth_host:true for auth-host resources (regions, scm_integrations, tokens). Scalingo API: GET {path}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path after /v1, starting with a slash, e.g. "/apps/my-app/notifiers". | |
| query | No | Optional query params object. | |
| on_auth_host | No | If true, target the auth host (auth.scalingo.com) instead of the regional API. |