Get Workspace by ID
Workspaces
Get Workspace by ID
Retrieve detailed information about a specific workspace where the authenticated user is either the owner or a team member.
GET
Get Workspace by ID
Headers
string
required
API key used for authenticating requests to the API.
Path Parameters
string
required
The unique identifier of the workspace to retrieve.
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).
404 Not Found is returned.
Response Fields
string
Unique identifier of the workspace.
string
Name of the workspace.
string
Initials of the workspace.
array
List of team members associated with the workspace.
string
ISO 8601 timestamp when the workspace was created.
string
ISO 8601 timestamp when the workspace was last updated.
