# diagrid agent list

List Agents

### Description

List Agents in a project.

```
diagrid agent list [flags]
```

### Examples

```

  # List all Agents for a specific project
  diagrid agent list --project myproject

```

### Options

```
  -p, --project string   Name of existing project
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -w, --wait             Wait for long-running resource operation to finish
  -h, --help             help for list
```

### Options inherited from parent commands

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

### SEE ALSO

- [diagrid agent](./agent.md)	 - Manage Agents
