List all memory banks
GET/v1/default/banksGet a list of all agents with their profiles
Authentication required — include an
Authorization: Bearer hsk_...header. See Authentication for details.
Example Request
bash
curl -X GET 'https://api.hindsight.vectorize.io/v1/default/banks' \
-H 'Authorization: Bearer hsk_your_api_key'Responses
200 — Successful Response
json
{
"banks": [
{
"bank_id": "user123",
"created_at": "2024-01-15T10:30:00Z",
"disposition": {
"empathy": 3,
"literalism": 3,
"skepticism": 3
},
"mission": "I am a software engineer helping my team ship quality code",
"name": "Alice",
"updated_at": "2024-01-16T14:20:00Z"
}
]
}422 — Validation Error
json
{
"detail": [
{
"loc": [
null
],
"msg": "Message",
"type": "Error Type",
"input": null,
"ctx": {},
"url": "URL"
}
]
}Source: /v1/default/banks