Setting the file. One moment.
Subchapter 2.33
references/cli/api/asset/list.mdMarkdown723 BView on GitHub
dg api asset list--limit / --cursor — pagination support (default 50, max 1000)There is no way to filter by asset key prefix from the CLI.
get_assets — prefer it when the Dagster Plus MCP server is connected.
Params: deployment_name (required), prefix (path segment list, e.g. ["warehouse"]), limit (default 25, max 100), cursor.
Both return the same per-asset shape, including the coarse health summary described in get. One difference:
prefix filters by asset key prefix, which the CLI cannot do. Prefer the MCP tool when narrowing to a subtree.