Skip to main content
GET
/
memory
/
v1
/
{id}
curl -X GET "https://api.case.dev/memory/v1/%3Cstring%3E" \ -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "id": "<string>",
  "memory": "<string>",
  "metadata": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Memory ID

Response

Memory details

id
string

Memory ID

memory
string

Memory content

metadata
object

Memory metadata

created_at
string<date-time>
updated_at
string<date-time>