Essentials
Tag Management
Tags help organize memory blobs. Currently, the API supports retrieving tags.
Tag Management Endpoints
Retrieve Tags
Retrieve a list of all tags available to the specified user.
Query parameters:
user_id
(string, required): The unique ID of the user whose tags are being requested.
Example Request:
Example Response (200 OK
):
Retrieve Single Tag by ID
Retrieve the details of a specific tag by its ID.
Path parameters:
tagId
(string, required): The unique ID of the tag.
Query parameters:
user_id
(string, required): The unique ID of the user who owns the tag.
Example Request:
Example Response (200 OK
): A single Tag object (see schema above).