intervals_get_raw
Retrieve any Intervals.icu v1 API path directly and return raw data, expanding {athlete} and redacting sensitive fields. Use when dedicated tools cannot answer.
Instructions
Escape hatch: GET any intervals.icu v1 path and return it unshaped.
Use only when a dedicated tool cannot answer the question, since raw
payloads are large. path is relative to https://intervals.icu/api/v1,
for example "athlete/{athlete}/activities"; "{athlete}" expands to the
configured athlete id. Pass query arguments in params, not in the path.
This is still read-only.
Field names are returned as-is, but values that look like credentials
or personal contact info -- email, API keys, tokens, invitation links
-- are replaced with "[redacted]" wherever they appear in the payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| params | No |