wes_list_tasks
Retrieve paginated tasks for a workflow run. Provide run_id; optionally specify page_size and page_token to navigate results.
Instructions
List tasks for a workflow run.
Returns a paginated list of tasks executed as part of the workflow run.
Args: run_id: The workflow run identifier page_size: Number of tasks to return per page page_token: Token for retrieving the next page of results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| page_size | No | ||
| page_token | No |