v3
latestOpenAPI 3.1.02026-07-311725107.3 KBWorkspaces
Get a workspace
Retrieve a single Workspace by its ID or key
get/workspaces/{keyOrId}
Path parameters
keyOrIdstring required
Workspace key or ID
Example:my-workspace
Workspace key or ID
Response
Retrieve the workspace
Example response
{
"id": "ws_abc123",
"key": "my-workspace",
"avatarUrl": "https://example.com/avatar.png",
"providerUrl": "https://github.com/my-workspace",
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
}