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}.
The notes an endpoint returns depend on the key type. A user key reaches the notes that user can see in the app, including notes in their own private folders. A system key (workspace or organization, no user identity) reaches only notes that sit in a folder shared with all workspace members. Notes in a private folder, in a folder shared with only some members, or in no folder at all fall outside a system key's read scope, and scopes do not widen that boundary.
List and search endpoints drop out-of-scope notes from the response without an
error. Single-note reads and their sub-resources return 404, the same response
as a deleted note. See What notes a system key reads.
경로 매개변수
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