Get workspace by ID
Get a specific workspace by ID.
Example:
```
GET /apis/entities/v2/workspaces/ml-team
```
Path parameters
name
Response
Successful Response
id
System-generated UUID
name
Workspace name (user-provided)
created_at
Timestamp of workspace creation
updated_at
Timestamp of last workspace update
description
Optional description
created_by
Principal id for workspace creator
updated_by
Principal id for last workspace update
Errors
422
Unprocessable Entity Error