List Seeds
list_seedsList the seeds of the active project — the request sequences that set up and tear down test data. Pass seedId to get one seed with its full step lists and rowVersion. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of seeds to skip (for pagination, default 0) | |
| take | No | Number of seeds to return (default 100, max 100) | |
| seedId | No | Public Id (Guid) of a single seed. When given, returns that seed with its steps. |