Get a task
get_taskRetrieve a task's full details by ID, including state, payload, attempts, lease, and timestamps. Returns null if the task does not exist.
Instructions
Fetch one task by id (state, payload, attempts, lease, timestamps). Returns task:null if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes |