# `bird invitations get`

## Usage

```bash
bird invitations get <invitation-id> [flags]
```

## Description

Get a workspace invitation

## Procedure

Step 2 of 3 of "Invite a user to a workspace and manage the invitation". Previous: bird invitations create. Next: bird invitations revoke.

## Examples

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

## Options

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

## Related

| Name                                                                | Description                   |
| ------------------------------------------------------------------- | ----------------------------- |
| [`bird invitations create`](/docs/cli/reference/invitations-create) | Create a workspace invitation |
| [`bird invitations list`](/docs/cli/reference/invitations-list)     | List workspace invitations    |
| [`bird invitations revoke`](/docs/cli/reference/invitations-revoke) | Revoke a workspace invitation |