List Redfish tasks
list_tasksFetch tasks from a Redfish TaskService, optionally including full task resources for detailed inspection.
Instructions
List TaskService task members and optionally include full task resource payloads. Returns: Object with TaskService entries under tasks (URIs only or full task resources). Lists are wrapped as {items, total, truncated}. Example: list_tasks(include_details=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. | |
| include_details | No | True fetches each task resource; false returns only task URIs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||