lbm_list_results
Retrieve monitoring results for a brand project, showing LLM responses and brand mentions. Filter by status or tags, and get compact CSV or full JSON.
Instructions
WHEN TO USE: To get monitoring results for a project — how LLMs responded to brand monitoring prompts. REQUIRES: project_id from lbm_list_projects. RETURNS: Compact CSV with result_id, prompt, model, brand_mentioned, status (default limit: 20). Set include_all_fields=true for full JSON. NEXT STEP: Use lbm_get_transcript with a result_id to read the full LLM response text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional: filter by comma-separated prompt tags (OR logic) | |
| limit | No | Items per page (default: 20, max: 100) | |
| offset | No | Items to skip (default: 0) | |
| status | No | Optional: filter by status (success, failure, pending, queued) | |
| scan_id | No | Optional: filter by specific scan | |
| project_id | Yes | Project ID | |
| include_all_fields | No | Set true for full JSON response. Default: false (compact CSV — recommended). |