get_thinking_logs
Fetch MGX thinking logs for a given chat ID and get the content as text for agent analysis. Provide environment and optional token to retrieve logs from the desired deployment.
Instructions
Fetch MGX thinking logs for a given chat. Returns the log content as text, suitable for agent analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment: prod, alpha, pre, us-test, us-test-2 | prod |
| token | No | Auth token (overrides MGX_TOKEN env var). Appended as ?token= to skip Bearer auth | |
| chat_id | Yes | The chat/conversation ID |