---
title: "ktm reusables list"
description: "List reusable tests for a product"
sidebarTitle: "list"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

List reusable tests for a product

## Usage

```bash
ktm reusables list [flags]
```

## Examples

```bash
ktm reusables list --product acme~web
ktm reusables list --product acme~web -o table
```

## Flags

| Flag | Type | Default | Description |
| --- | --- | --- | --- |
| `--page` | int |  | Page number |
| `--page-size` | int |  | Items per page (default: 25) |
| `--product` | string |  | Product slug (required) |

## Details

Resolves the product's reusable_tests_root_collection_uid and lists items
in that collection. The collection tree is the authoritative source for
reusables — flat test listings do not filter reliably by kind.

## Related

- [`ktm reusables`](/cli/commands/reusables)

<Note>
  Global flags (`--output`, `--debug`, `--host`, …) apply to every command. See the [command reference overview](/cli/commands/overview).
</Note>

## What's next?

<Columns cols={2}>
  <Card title="All commands" icon="terminal" href="/cli/commands/overview">
    Browse the full CLI reference.
  </Card>
  <Card title="Get started" icon="rocket" href="/cli/getting-started">
    Install the CLI and authenticate.
  </Card>
</Columns>
