Get Learning
Retrieve a single learning record by its ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The learning ID
Query Parameters
Database ID to query
The database table to use (requires db_id)
Response
Learning retrieved successfully
A single learning record as returned by the API.
Unique identifier for the learning record
Type of learning (e.g. 'user_profile', 'entity_memory')
Namespace for scoping ('user', 'global', or custom)
Associated user ID
Associated agent ID
Associated team ID
Associated session ID
Associated entity ID (for entity-specific learnings)
Entity type (e.g. 'person', 'company')
The learning content payload
Optional metadata
Creation timestamp (Unix epoch seconds)
Last update timestamp (Unix epoch seconds)