Skip to main content
GET
/
plaud
/
search
/
history
Get search history
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
      }
    ]
  }
}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.

Query Parameters

limit
integer
default:10

Max history entries.

Response

Search history

status
integer
data
object