# Video Category List List video categories. Use this skill to list available video categories. ## Usage ```bash yutu videoCategory list [flags] ``` ## Flags | Flag | Shorthand | Required | Description | |------|-----------|----------|-------------| | `--hl` | `-l` | | Host language | | `--ids` | `-i` | | IDs of the video categories | | `--jsonpath` | `-j` | | JSONPath expression to filter the output | | `--output` | `-o` | | json\|yaml\|table (default "table") | | `--parts` | `-p` | | Comma separated parts (default [id,snippet]) | | `--regionCode` | `-r` | | Region code (default "US") |