Skip to main content
POST
Retrieve all available topics for provided user

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

userId
string
required

User identifier to search memories for

Minimum string length: 1
Example:

"user_123"

projectId
string | null

Project identifier to search memories within

Example:

"project_abc"

Response

OK

topics
object[] | null
users
string[] | null