> 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 describe executable-object

Display details about an executable object.

Use this command to display all information about a specific executable object in the gateway's data store.

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

## Syntax

```
iagctl describe executable-object <object-name> [flags]
```

## Examples

### Describe an executable object

Displays all details about an executable object called `py-312`.

```bash
iagctl describe executable-object py-312
```

## Options

```
  -h, --help   help for executable-object
```

## 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
```