# `bird organization invitations get`

## Usage

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

## Description

Get an org invitation

## Examples

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

## Options

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

## Related

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