GET /api/v1/cloud/memory_stores/{memory_store_id}
Returns a single Memory Store object.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
memory_store_id | string | Yes | Memory Store ID with the memstore_ prefix |
Example request
Example response
HTTP 200 OK
Error codes
| HTTP | type | Trigger |
|---|---|---|
| 401 | authentication_error | Missing or invalid authentication token |
| 404 | not_found_error | No Memory Store exists with the specified ID |