get_todo
Retrieve a single to-do from Things 3 by its unique ID. Returns null when the ID doesn't match any existing to-do, enabling quick lookups and validation.
Instructions
Get a single to-do by its Things id. Returns null if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |