Accessing activity logs
Open the prompt in the editor. Click Activity Logs in the header. Fetch Hive opens the prompt-specific activity log view for that prompt. The logs page includes a paginated table of runs on the left and a detail panel for the selected run on the right. You can also use Refresh logs to reload the table or Editor to go back to the prompt editor.What’s tracked
The log table shows summary data for each run, including:- Owner
- Completed time
- Provider
- Model
- Charge type
- Status
- Provider charge
- Total tokens
- Duration
- Response for the generated output
- Request for model settings and usage details
- Inputs for the values passed into the prompt
- User metadata for caller-defined audit fields sent as
user_metadata
Traces
The prompt activity log view focuses on run details such as Response, Request, and Inputs. Start with Response, then check Request and Inputs to understand how the prompt ran.Filtering and search
The prompt activity log view includes pagination, row selection, and Refresh logs. Use User metadata to filter by a tracked metadata property. Choose a property key to find runs where that key exists, or add an exact value to match scalar values such ascus_123, enterprise, true, or 12.
Fetch Hive tracks metadata property names over time from prompt invokes so the filter can suggest keys your workspace has actually sent. Old logs without user_metadata remain visible normally, but they are excluded when a user metadata filter is active. See Invoke metadata for request examples.
Notes
- The log detail view includes a share link action for the selected run.
- A selected run can also include a discussion thread so your team can comment on the run in context.
- Use the prompt editor for iteration and the logs view for after-the-fact inspection.

