search_prompt_log
Search AI prompt logs from medical document processing to track calls by type, document, status, date, or text content.
Instructions
Search prompt logs — all AI calls made during document processing.
Returns a list of prompt log entries (without full prompts for brevity). Use get_prompt_log_entry to see full prompts and responses for a specific entry.
Args: call_type: Filter by type: 'ocr', 'summary_tags', 'structured_metadata', 'filename_description'. document_id: Filter by document ID. status: Filter by status ('ok' or 'error'). date_from: Filter from date (YYYY-MM-DD). date_to: Filter to date (YYYY-MM-DD). text: Search in prompts and responses. limit: Max results (1-200, default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call_type | No | ||
| document_id | No | ||
| status | No | ||
| date_from | No | ||
| date_to | No | ||
| text | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |