Get a workspace
$ boltz-api admin:workspaces retrieve
GET/compute/v1/admin/workspaces/{workspace_id}
Get a workspace
Parameters
--workspace-id: string
Returns
Get a workspace
boltz-api admin:workspaces retrieve \
--workspace-id workspace_id{
"id": "id",
"archived_at": "2019-12-27T18:11:19.117Z",
"created_at": "2019-12-27T18:11:19.117Z",
"data_retention": {
"unit": "hours",
"value": 1
},
"is_default": true,
"name": "name",
"updated_at": "2019-12-27T18:11:19.117Z"
}Returns Examples
{
"id": "id",
"archived_at": "2019-12-27T18:11:19.117Z",
"created_at": "2019-12-27T18:11:19.117Z",
"data_retention": {
"unit": "hours",
"value": 1
},
"is_default": true,
"name": "name",
"updated_at": "2019-12-27T18:11:19.117Z"
}