Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{deployment}/api/v1/plaud/search/history \ --header 'X-API-KEY: <api-key>'
{ "status": 123, "data": { "size": 123, "list": [ { "query": "<string>", "count": 123, "latest_t": 123 } ] } }
Returns recent search queries with counts. Pro license required.
Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.
Max history entries.
Search history
Show child attributes
Was this page helpful?