Get a Memory entry from a Forward Memory Store.
Returns a Memory by ID. The response includes
HTTP 200 OK
Returns a Memory object, including
Memories in an archived Memory Store remain readable.
content.
Path
GET /api/v1/forward/memory_stores/{memory_store_id}/memories/{memory_id}
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or admin SAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
memory_store_id | string | Yes | Memory Store ID (memstore_...). |
memory_id | string | Yes | Memory ID (mem_...). |
Example request
Example response
HTTP 200 OK
Response
Returns a Memory object, including content.
Notes
Memories in an archived Memory Store remain readable.
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 400 | invalid_request_error | A path parameter is invalid. |
| 401 | authentication_error | The authentication token is missing or invalid. |
| 403 | permission_error | The caller cannot access the resource. |
| 404 | not_found_error | The Memory Store or Memory does not exist, or is not visible across users. |
| 500/502/503 | api_error | Forward or a dependent service failed. |