Get mental model history
GET/v1/default/banks/{bank_id}/mental-models/{mental_model_id}/historyGet 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
| Name | Type | Required | Description |
|---|---|---|---|
bank_id | string | Yes | |
mental_model_id | string | Yes |
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