# diagrid pubsub get

Show details for a Diagrid pub/sub broker

### Description

Show details for a Diagrid pub/sub broker in a project.

```
diagrid pubsub get <pubsub> [flags]
```

### Examples

```

  # Show details for a pub/sub broker in a specific project
  diagrid pubsub get my-pubsub --project my-project
  
```

### Options

```
  -p, --project string   Name of existing project
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -h, --help             help for get
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid pubsub](./pubsub.md)	 - Manage Diagrid pub/sub brokers
