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