Skip to content

Get mental model history

GET /v1/default/banks/{bank_id}/mental-models/{mental_model_id}/history

Get the refresh history of a mental model, showing content changes over time.

Authentication required — include an Authorization: Bearer hsk_... header. See Authentication for details.

Path Parameters

NameTypeRequiredDescription
bank_idstringYes
mental_model_idstringYes

Example Request

bash
curl -X GET 'https://api.hindsight.vectorize.io/v1/default/banks/your-bank-id/mental-models/your-mental-model-id/history' \
  -H 'Authorization: Bearer hsk_your_api_key'

Responses

200 — Successful Response

422 — Validation Error

json
{
  "detail": [
    {
      "loc": [
        null
      ],
      "msg": "Message",
      "type": "Error Type",
      "input": null,
      "ctx": {},
      "url": "URL"
    }
  ]
}

Source: /v1/default/banks/{bank_id}/mental-models/{mental_model_id}/history