List Shared Steps
list_shared_stepsDiscover shared steps in a project by browsing paginated lists or filtering by name. Quickly locate existing shared steps to reuse them, avoiding duplicates and ensuring consistency across test cases.
Instructions
List shared steps in a project to find existing ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based, default 0). | |
| size | No | Number of items per page (default 100). | |
| search | No | Optional search query to filter by name. | |
| archived | No | Whether to include archived steps (default False). | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| items | No | Entity-specific collection entries. | |
| total | No | ||
| total_pages | No |