search_model_calls
Search logged model calls with optional filters like date range, user, project, model, and environment. Returns results sorted by timestamp.
Instructions
Search for logged model calls with optional filters. Returns calls sorted by timestamp (most recent first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Filter calls up to this ISO date | |
| from | No | Filter calls from this ISO date onwards | |
| limit | No | Maximum number of results (default 50, max 100) | |
| userId | No | Filter by user ID | |
| project | No | Filter by project | |
| modelName | No | Filter by model name | |
| environment | No | Filter by environment (dev, staging, prod) |