# diagrid pubsub topic get

Show details for a topic on a Diagrid pub/sub broker

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

### Examples

```

  # Show details for a topic on a pub/sub broker
  diagrid pubsub topics get my-topic --pubsub my-pubsub --project my-project

```

### Options

```
      --pubsub string    Name of pubsub broker
  -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 topic](./topic.md)	 - Manage pub/sub broker topics
