Skip to main content
GET
Get Workspace

GET /workspaces/

Fetch the metadata for a single workspace by its ID.

Notes

  • Requires a valid JWT (any role).
  • The workspace_id path parameter is an integer.
  • Returns 404 if the workspace does not exist or is not accessible to the caller.
  • See GET /workspaces to list all accessible workspaces, or PUT /workspaces/{workspace_id} to update workspace metadata.