llm_model_export
Export model tracking data and routing history to CSV or JSON files for analysis in spreadsheets and data tools.
Instructions
Export model tracking data for external analysis.
Exports complete routing history to a file for analysis in spreadsheets
or data tools (Excel, Python, R, etc.).
Args:
format: Export format (csv, json). Default: csv
Returns:
Path to exported file and record count.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | csv |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |