Get a workspace by ID
GET/v1/account/workspaces/{workspaceId}
Get a workspace by ID
curl https://api.cadenya.com/v1/account/workspaces/$WORKSPACE_ID \
-H "Authorization: Bearer $CADENYA_API_KEY"{
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"description": "description"
},
"status": "STATUS_ENABLED"
}Returns Examples
{
"metadata": {
"id": "id",
"accountId": "accountId",
"name": "name",
"profileId": "profileId",
"externalId": "externalId",
"labels": {
"foo": "string"
}
},
"spec": {
"description": "description"
},
"status": "STATUS_ENABLED"
}