list_script_processes
List Apps Script processes for a specified user, with optional filtering by script ID and pagination.
Instructions
List Apps Script processes.
If script_id is provided, uses script-specific process listing.
Otherwise, uses user-wide process listing.
Args: user_google_email: The user's Google email address. Required. script_id: Optional script ID for script-specific listing. script_process_filter_json: Optional JSON object for script process filter. user_process_filter_json: Optional JSON object for user process filter. page_size: Number of results to return. Defaults to 50. page_token: Optional pagination token.
Returns: str: Process list summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| script_id | No | ||
| script_process_filter_json | No | ||
| user_process_filter_json | No | ||
| page_size | No | ||
| page_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |