cURL
curl --request GET \ --url https://api.ctrlplane.dev/api/v1/workspaces/{workspaceId}
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "googleServiceAccountEmail": "ctrlplane@ctrlplane-workspace.iam.gserviceaccount.com", "awsRoleArn": "arn:aws:iam::123456789012:role/ctrlplane-workspace-role" }
The workspace ID
"123e4567-e89b-12d3-a456-426614174000"
Workspace found
The response is of type object.
object