Sonarr: Get Command Status
sonarr_get_commandCheck the status of an asynchronous Sonarr command, such as a search or series refresh. Retrieve whether it is queued, started, completed, or failed, along with timestamps.
Instructions
Poll the status of an async command queued by sonarr_search_*, sonarr_refresh_series, etc. Returns the current CommandResource (status: queued|started|completed|failed, exception, started/ended timestamps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The command id returned by the trigger tool (CommandResource.id). |