Skip to main content
GET
/
workspaces
/
{workspace_id}
Get Workspace
curl --request GET \
  --url https://api.example.com/workspaces/{workspace_id}

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.