List Workspace Word Memories
List a workspace’s shared word memories with cursor-based pagination. Name the target workspace in the path with its workspaceGuid — obtain it from GET /v1/external/workspaces.
Workspace word memories are shared among all workspace members. When any member records a meeting, Tiro references both personal and workspace word memories for accurate transcription. New members benefit from the shared vocabulary without additional setup.
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.
- Use
cursorfrom the previous response’snextCursorto paginate through results.
인증
API key in format {id}.{secret}
경로 매개변수
Workspace GUID. Obtain it from GET /v1/external/workspaces.
쿼리 매개변수
Cursor for the next page. Obtained from nextCursor in the previous response.
Number of word memories to return per page
1 <= x <= 1000