list_async_tasks
List recent background tasks in Odoo, newest-first, to monitor async job status and identify pending or failed operations.
Instructions
List recent background tasks newest-first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Reporting tool name. | |
| error | No | Sanitized error message when success is false. | |
| tasks | No | ||
| success | Yes | False when the call failed; see error. |