get https://api.sigmacomputing.com/v2/workspaces/
This endpoint retrieves the details of a specific workspace by its workspaceId.
Usage notes
- Retrieve the workspaceId by calling the /v2/workspaces endpoint.
Usage scenarios
- Workspace management: Useful for administrators or users who need to view the details of a specific workspace.
- Integration checks: Can be used by external systems to verify the existence and status of a workspace as part of integration workflows.
Best practices
- Validate workspaceId: Ensure the workspaceId provided is valid and corresponds to an existing workspace. Handle any errors gracefully.
- Access controls: Implement proper authorization checks to ensure that only entitled users can access workspace details.