# diagrid agent registry list

List AI agents from the registry

### Description

List AI agents in a project from the registry.

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

### Examples

```

  # List all AI agents in a project from the registry
  diagrid agent registry 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 registry](./registry.md)	 - View agents in the AI agent registry
