Unispec Docs
ApiMemory

Per-memory change history

ADD/UPDATE/DELETE events for one memory, with old/new values — richer than the request-log events feed.

GET
/v1/memories/{id}/history

ADD/UPDATE/DELETE events for one memory, with old/new values — richer than the request-log events feed.

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/v1/memories/string/history"
{  "history": [    {}  ]}