Skip to main content
GET
Get Memory Tag by ID
Retrieve the details of a specific memory tag by its ID. Requires the user’s ID.

Authorization

Requires Bearer token authentication using your Developer JWT.

Authorizations

Authorization
string
header
required

JWT token obtained via /auth/token endpoint.

Path Parameters

tagId
string
required

The unique ID of the tag.

Query Parameters

user_id
string<uuid>
required

The unique ID of the user who owns the tag.

Response

Details of the memory tag.

id
string
name
string
color
string<hexcolor>
Example:

"#3B82F6"

description
string
is_enabled
boolean
created_at
string<date-time>
updated_at
string<date-time>