Search in the Dashboard
- Open Request Logs or Traces from the PromptLayer sidebar.
- Set the date range and timezone.
- Select the search bar, then choose a field, operator, and value.
- Add more filters to narrow the results.
- Stay on the Requests or Traces tab to inspect matching records, or switch to Analytics to chart the same query.
Search Request Logs
Request-log search supports a free-text query across prompt input and model output, plus structured filters in these categories:
Nested fields such as metadata, structured output, and input variables let you choose a key before matching its value. Use an exact operator for identifiers and short structured values; use a contains operator for longer text. See Search Data Model for indexing and operator details.
Search Traces
Trace search separates whole-trace fields from span-level fields:
A span-level filter returns traces containing a matching span. This makes it possible to find an end-to-end run by a tool call, model, exception, or custom span attribute anywhere in its hierarchy.
Search Older Data
Each workspace has a search cutover date. When the selected date range starts before that date, the dashboard switches to older-data compatibility mode:- Filters that are unavailable for older data are marked as unavailable.
- Incompatible active filters are not applied to the older-data query.
- The Analytics tab is unavailable for that date range.
Continue from Search Results
- Select a request or trace to inspect its details.
- Switch to Analytics to aggregate the current query.
- Select matching request logs or traces and import them into a Table.
- Use the Search Request Logs API to run structured request-log searches outside the dashboard.

