List Test Data Sets
list_test_data_setsList the data sets of a test suite — the tables that drive data-driven runs. The list gives names and row counts; pass dataSetId to get one set including its columns and rows. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of data sets to skip (for pagination, default 0) | |
| take | No | Number of data sets to return (default 100, max 100) | |
| dataSetId | No | Public Id (Guid) of a single data set. When given, returns that set with its rows. | |
| testSuiteId | No | Public Id (Guid) of the test suite. Required unless dataSetId is given. |