list_traces
Retrieve and filter trace metadata from your Portkey workspace, including requests, responses, costs, and token usage for analysis.
Instructions
List all traces in your Portkey workspace with optional filtering. Returns trace metadata including requests, responses, costs, and token usage.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | Filter traces by workspace ID | |
| search | No | Search traces by metadata or request details | |
| current_page | No | Page number for pagination | |
| page_size | No | Results per page (max 100) |