# diagrid pubsub topic subscribers

List subscribers of a topic on a Diagrid pub/sub broker

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

### Examples

```

  # List subscribers of a topic on a pub/sub broker
  diagrid pubsub topics subscribers 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 subscribers
```

### Options inherited from parent commands

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

### SEE ALSO

- [diagrid pubsub topic](./topic.md)	 - Manage pub/sub broker topics
