list_scripts
Lists scripts in a project by ID or name, with optional filtering by space or search term. Returns script ID, name, description, and schedule type.
Instructions
List scripts in a project. Returns script ID, name, description, schedule type. Code content is not included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID | |
| project_name | No | Project name (partial match) | |
| space_name | No | Filter by space name | |
| search | No | Search in script name |