Raw API passthrough
op_api_passthroughDirectly call any GET endpoint under OpenProject's /api/v3. Use this escape hatch for custom API requests not covered by other tools.
Instructions
Escape hatch: call any GET endpoint under /api/v3 directly. Path should start with "/" (e.g. "/queries/42"). Use sparingly — prefer the typed tools above.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path beneath /api/v3, e.g. "/queries/42" or "/relations" |