GET
/
store
/
items
Retrieve a single item.
curl --request GET \
  --url https://api.b-bot.space/v2/store/items
{
  "namespace": [
    "<string>"
  ],
  "key": "<string>",
  "value": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Query Parameters

key
string
required
namespace
string[]

Response

200
application/json

Success

Represents a single document or data entry in the graph's Store. Items are used to store cross-thread memories.