v1
latestOpenAPI 3.1.02026-07-226875162.5 KBWord Memory
Get Workspace Word Memory
Retrieve a specific workspace word memory by ID.
Use a user or workspace-bound API key. A workspace-bound key must match the workspaceGuid in the path, or it returns 403. A user key must belong to a member of the workspace, or it returns 403.
get/v1/external/workspaces/{workspaceGuid}/word-memories/{wordMemoryId}
Path parameters
workspaceGuidstring required
Workspace GUID. Obtain it from GET /v1/external/workspaces.
wordMemoryIdinteger required
Word memory ID
Response
Workspace word memory details
Example response
{
"id": 1,
"entry": "인공지능",
"createdAt": "2026-04-01T10:30:00Z"
}