Impact API GET (escape hatch)
impact_api_getPerform read-only GET requests to any persona-scoped Impact.com API endpoint, including those without dedicated tools. Supports query parameters and pagination for retrieving full datasets.
Instructions
Fallback read tool: GET any persona-scoped Impact endpoint not covered by a curated tool. Prefer curated tools first. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Persona-relative path starting with "/", e.g. "/Campaigns" or "/Actions/12345". Always scoped under /{AccountType}/{AccountSID}; no schemes, "..", or "//". | |
| query | No | Query parameters | |
| paginate | No | Follow @nextpageuri and collect all pages (capped at 10) |