Check Callback Status
timer_statusCheck a timer by the id returned by timer_schedule: status (pending|delivering|delivered|failed|cancelled), attempts, last error. Returns found=false for an unknown id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The timer id returned by timer_schedule. |