---
title: "Get workspace info"
method: GET
path: "/workspace"
---

# Get workspace info

`GET /workspace`

Returns information about the workspace of the client

## Response `200`

The workspace information

- object
  - `id` integer, required — The id of the workspace
  - `name` string, required — The name of the workspace
  - `linked_provider` 'github' | 'gitlab' | 'gitlab_server' | 'bitbucket' | 'azure_devops' | 'selfscan' — The provider linked to this workspace
  - `linked_provider_org_name` string — The provider organization name linked to this workspace
  - `git_base_url` string — The base URL of the git provider

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
