tc_api_get
Perform raw GET requests on the Trimble Connect Core API to retrieve data from endpoints not covered by dedicated tools. Returns raw JSON.
Instructions
Advanced escape hatch: perform a raw GET on the Trimble Connect Core API (v2) and return the raw JSON.
Use when no dedicated tool covers an endpoint (e.g. 'todos?projectId=X', 'views', 'releases', 'projects/{id}/activities'). Read-only — for writes use the dedicated tools, or tc_api_write.
Args: path: Path relative to the API base, e.g. 'projects/{id}/activities' or 'todos'. Must not include a scheme/host. project_id: Optional — route the call to this project's region. Omit to call the master (North America) server. params: Optional query parameters as a flat string dict.
Returns raw JSON (paginated list endpoints are fetched fully up to a safety cap).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| params | No | ||
| project_id | No |