Get running tasks
amp_get_running_tasksRetrieve a list of currently-running tasks (e.g., backups, updates) on a specific AMP instance, including progress percentage. Use this to monitor completion of operations like amp_take_backup or amp_update_application.
Instructions
List currently-running tasks on one AMP instance (backups, updates, etc.) with progress percentage. Useful for polling whether amp_take_backup or amp_update_application has finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instanceId | Yes | Instance UUID, as returned by amp_list_instances |