> ## Documentation Index
> Fetch the complete documentation index at: https://beads.gascity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# bd children

> List child beads of a parent

Generated from `bd help --doc children`.

List all beads that are children of the specified parent bead.

This is a convenience alias for 'bd list --parent \<id> --status all'.
Unlike plain 'bd list', children includes closed issues by default,
since the primary use case is inspecting all work under a parent.

Examples:
bd children hq-abc123        # List all children of hq-abc123
bd children hq-abc123 --json # List children in JSON format
bd children hq-abc123 --pretty # Show children in tree format

```
bd children <parent-id> [flags]
```

**Flags:**

```
      --pretty   Show children in tree format
```
