Get a version snapshot from a Forward Memory Store.
Returns a version snapshot by ID. The response includes
HTTP 200 OK
Returns a Memory Version object, including
Versions in an archived Memory Store remain readable. A redacted version remains queryable, but
content. For a redacted version, content is null.
Path
GET /api/v1/forward/memory_stores/{memory_store_id}/memory_versions/{memory_version_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_version_id | string | Yes | Memory Version ID (memver_...). |
Example request
Example response
HTTP 200 OK
Response
Returns a Memory Version object, including content.
Notes
Versions in an archived Memory Store remain readable. A redacted version remains queryable, but content is null and redacted is true.
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 version does not exist, or is not visible across users. |
| 500/502/503 | api_error | Forward or a dependent service failed. |