查询指定 Forward Memory Store 的详情。
根据 Memory Store ID 获取单个 Store 详情。
HTTP 200 OK
返回 Memory Store 对象。
路径
GET /api/v1/forward/memory_stores/{memory_store_id}
请求头
| 头部 | 必选 | 说明 |
|---|---|---|
Authorization | 是 | Bearer <PAT 或 admin SAT> |
路径参数
| 参数 | 类型 | 必选 | 说明 |
|---|---|---|---|
memory_store_id | string | 是 | Memory Store ID(memstore_...)。 |
示例请求
示例响应
HTTP 200 OK
响应字段解释
返回 Memory Store 对象。
错误码
| HTTP | type | 触发条件 |
|---|---|---|
| 400 | invalid_request_error | 路径参数非法。 |
| 401 | authentication_error | 缺少或无效的认证令牌。 |
| 403 | permission_error | 当前调用方无权访问该资源。 |
| 404 | not_found_error | Store 不存在或跨用户不可见。 |
| 500/502/503 | api_error | Forward 或依赖服务失败。 |