# `bird organization workspaces get`

## Usage

```bash
bird organization workspaces get <workspace-id> [flags]
```

## Description

Get a workspace in the organization

## Examples

```bash
bird organization workspaces get <id>
bird organization workspaces get <id> -f text
# find an id to pass
bird organization workspaces list
```

## Options

| Name                | Description                                      |
| ------------------- | ------------------------------------------------ |
| `--response-schema` | Print the fields this command returns, then exit |

## Related

| Name                                                                                        | Description                            |
| ------------------------------------------------------------------------------------------- | -------------------------------------- |
| [`bird organization workspaces create`](/docs/cli/reference/organization-workspaces-create) | Create a workspace                     |
| [`bird organization workspaces delete`](/docs/cli/reference/organization-workspaces-delete) | Delete a workspace in the organization |
| [`bird organization workspaces list`](/docs/cli/reference/organization-workspaces-list)     | List workspaces                        |
| [`bird organization workspaces update`](/docs/cli/reference/organization-workspaces-update) | Update a workspace in the organization |