Documentation
API Documentation
Base URL
https://api.pickaxe.co/v1Pickaxe
Document
User
Memory
Product
POST
/studio/pickaxe/history
Fetch specific Pickaxe chat history.
pickaxeIdstringRequiredThe unique identifier for the Pickaxe form whose chat history you want to retrieve.
skipnumberOptionalDefaults to 0The number of recent conversations to skip.
limitnumberOptionalDefaults to 10The maximum number of recent conversations to return.
formatstringOptionalThe desired output format for the chat history. Can be "raw" or "messages". Defaults to "messages".