Get Workspace
Workspaces
Get Workspace
Retrieve details for a specific workspace
GET
Get Workspace
GET /workspaces/
Fetch the metadata for a single workspace by its ID.Notes
- Requires a valid JWT (any role).
- The
workspace_idpath parameter is an integer. - Returns 404 if the workspace does not exist or is not accessible to the caller.
- See
GET /workspacesto list all accessible workspaces, orPUT /workspaces/{workspace_id}to update workspace metadata.
