cURL
curl --request GET \ --url https://api.example.com/memory_topics \ --header 'Authorization: Bearer <token>'
[ "preferences", "communication_style", "technical", "industry", "compliance", "code_examples", "requirements", "healthcare", "finance" ]
Retrieve all unique topics associated with memories in the system. Useful for filtering and categorizing memories by topic.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Database ID to query topics from
Table to query topics from
Memory topics retrieved successfully
Was this page helpful?