List memories
GET
/memories
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Query Parameters
page
Type
integer
Default
1limit
Type
integer
Default
50project
Filter by project ID
Type
string
Responses
OK
application/json
JSON "memories": [ { "_id": "string", "title": "string", "content": "string", "project": "string", "host_id": "string", "createdAt": "string", "updatedAt": "string" } ]
{
}