Skip to content

Datasets

ayx one datasets provides read-only access to the Alteryx One dataset library: the imported source datasets and the wrangled datasets derived from them.

Command What it does
ayx one datasets list List datasets in the user-facing dataset library
ayx one datasets count Count datasets in the library
ayx one datasets wrangled list List wrangled datasets
ayx one datasets wrangled count Count wrangled datasets
ayx one datasets wrangled detail <id> Inspect a wrangled dataset by id
ayx one datasets imported detail <id> Inspect an imported dataset by id
Terminal window
ayx one datasets list
ayx one datasets count

Add --profile <name> to target a non-default workspace.

Wrangled datasets are the recipe-driven outputs derived from imported sources:

Terminal window
ayx one datasets wrangled list
ayx one datasets wrangled detail <id>

Inspect an imported source dataset by id:

Terminal window
ayx one datasets imported detail <id>

Pass --output json for structured output. --output is a global flag, so it can appear before or after the subcommand:

Terminal window
ayx --output json one datasets list

The envelope is { ok, message, timestamp_utc, data } on success; failures also include error_code.