Result columns
Result tables can include:| Column | Meaning |
|---|---|
| Dataset row | The row position from the dataset version |
| Candidate | The prompt or agent candidate |
| Status | Pending, running, completed, failed, cancelled, or another run state |
| Output preview | Short preview of the generated output |
| Duration | Time spent on the result cell |
| Tokens | Token usage when available |
| Cost | Cost recorded for the result cell |
| Request ID | The linked request created by the normal prompt or agent execution flow |
How do I filter results?
Use the filters at the top of the result view. You can filter by candidate, status, dataset row, or text search. Use filters when you want to focus on failures, compare one candidate at a time, or inspect a specific case.How do I export results?
Click Export CSV from the run results table. The export includes every result that matches the current filters, not only the visible page. CSV exports include dataset inputs, expected output, metadata, candidate details, output or error text, request IDs, timing, token usage, cost, and timestamps.How do I inspect a result?
Click a result row. Fetch Hive opens the same request detail sheet used by the normal logs area. This keeps experiment review aligned with live prompt, workflow, and agent request inspection instead of using a separate experiment-only detail surface. Use request details when you need provider settings, inputs, metadata, trace availability, cost, timing information, completions, workflow runs, or agent run context. If a result failed before a request was created, the row remains visible with the failure status and any stored output or error summary.How expected output appears
If the dataset row includesexpected_output, use it as the reference answer while reviewing results.
Evaluator execution is not enabled yet. This means Fetch Hive does not currently mark a result correct or incorrect automatically.
See also: Datasets, Run an experiment, and Log history
