> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# iagctl get executable-object

Display all executable objects.

Use this command to display a list of all executable objects in the gateway's data store.

For more information, see [Executable objects](../executable-objects-overview).

## Syntax

```
iagctl get executable-objects [flags]
```

## Examples

### Get all executable objects

```bash
iagctl get executable-objects
```

## Options

```
  -h, --help   help for executable-objects
```

## Options inherited from parent commands

```
      --config string    Specify the path to the configuration file
      --profile string   Specify the client profile to use (case-insensitive, defaults to [client] section)
      --raw              Displays the result of the command in its raw format
      --verbose          Enable verbose output
```