List Shared Steps
list_shared_stepsFind existing shared steps in a project by listing them with optional search, pagination, and filter for archived steps.
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'. |