Get Workspace by ID
Retrieve detailed information about a specific workspace where the authenticated user is either the owner or a team member.
Path Parameters
The unique identifier of the workspace to retrieve.
Headers
The unique identifier of the workspace being accessed (should match the path parameter :workspaceId
).
Description
This endpoint returns the details of a specific workspace if the authenticated user is authorized to access it. The user must be either:
- The owner of the workspace, or
- A team member of the workspace (internal or external).
If the workspace is not found or the user lacks permission, a 404 Not Found
is returned.
Response Fields
Unique identifier of the workspace.
Name of the workspace.
Initials of the workspace.
Pricing tier of the workspace (e.g., “build_plan”).
Indicates whether this is the master workspace.
List of team members associated with the workspace.
ISO 8601 timestamp when the workspace was created.
ISO 8601 timestamp when the workspace was last updated.