chat_history
Retrieve conversation history for Pickaxe agents to analyze interactions, identify knowledge gaps, and review performance metrics.
Instructions
Fetch conversation history for a Pickaxe agent. Use to analyze user questions, identify KB gaps, and review agent performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| studio | No | Studio name to use. Available: STAGING, MAIN, DEV, PRODUCTION. Default: PRODUCTION | |
| pickaxeId | Yes | The Pickaxe agent ID (from the agent URL or config) | |
| skip | No | Number of conversations to skip (for pagination). Default: 0 | |
| limit | No | Maximum conversations to return. Default: 10, Max: 100 | |
| format | No | Output format. 'messages' is human-readable, 'raw' includes metadata. Default: messages |