testmo_get
Perform raw GET requests to any Testmo API endpoint not covered by other tools. Use for custom API paths after /v1, like /milestones/1 or /projects/1.
Instructions
Escape hatch: perform a raw GET against any Testmo API path (everything after /api/v1). Use for endpoints not covered by the other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path after /api/v1, e.g. '/milestones/1' or '/projects/1' |