GET
/
memories
curl --request GET \
  --url https://api.supermemory.ai/v1/memories \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "uuid": "<string>",
      "content": "<string>",
      "type": "<string>",
      "url": "<string>",
      "title": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
integer
default:
0
count
integer
default:
10
spaceId
string

Response

200 - application/json
List of memories
items
object[]
total
integer