Browse, filter, and analyze all enrichment results. View detailed outputs with integrated schema navigation, grouping options, and batch operations.
The Records page is the central place to review every enrichment, schema generation, playground execution, and fusion result. Records are stored in PostgreSQL and scoped to your organization. The page uses a virtualized table for smooth scrolling even with thousands of records.
Every LLM operation creates a record. The type filter lets you focus on specific kinds of results:
| Type | Source | Description |
|---|---|---|
| enrichment | Schema Editor / Batch | Entity enrichment results with structured output matching the target schema |
| schema_generation | Schema Editor | AI-generated JSON schemas from sample data |
| schema_edit | Schema Editor | AI-assisted schema modifications via natural language prompts |
| playground | Playground | Free-form prompt executions with raw responses |
Combine multiple filters to narrow down results. All filters update the table in real time:
System admins have additional filters: All organizations to view records across the entire platform, and Include deleted to see soft-deleted records.
Group records visually to spot patterns and organize results:
Flat list sorted by the selected sort option. Default view.
Group records by type (enrichment, schema generation, etc.) with collapsible sections.
Group by AI provider to compare results across different services.
Group by creation date to see daily activity patterns.
Select multiple records for batch operations using familiar keyboard shortcuts:
| Shortcut | Action |
|---|---|
Click | Select a single record and open its details |
Ctrl + Click | Toggle selection of a record without deselecting others |
Shift + Click | Select a range of records between the last click and current |
Ctrl + A | Select all visible records |
Ctrl + D | Deselect all records |
With records selected, use Batch Delete to soft-delete them. System admins can perform hard deletes for permanent removal and restore soft-deleted records.
Clicking a record opens the detail panel with three tabs. The URL updates to enable deep linking (e.g., /records/uuid?tab=prompt).
The structured JSON output in a read-only Monaco editor with syntax highlighting. For enrichment records, this is the final merged result matching the schema.
View the system prompt, user prompt, and raw response for each expertise domain. Multi-expertise records show a dropdown to switch between expertise prompts.
Token usage (input, output, cached), processing time, cost breakdown, retry attempts, and validation errors for the selected record.
Records integrate with other parts of the application: