askew_run
Run an Apple Shortcut on a locked iPhone and retrieve the result. Input must match the route’s inputExample; data is end-to-end encrypted.
Instructions
Run a Shortcut (route) on the user's iPhone and get the result back. Works while the phone is locked. Input and result are end-to-end encrypted. Call askew_list_routes first: each route lists an inputExample and the input MUST use exactly those keys (dates 'YYYY-MM-DD HH:mm'); a mismatched input is rejected before anything runs. Waits up to wait seconds; if status is 'unknown', poll with askew_get_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | 결과를 기다릴 초(0이면 즉시 반환) | |
| input | Yes | Input for the Shortcut. MUST follow the route's inputExample from askew_list_routes (same JSON keys; dates as 'YYYY-MM-DD HH:mm'). A JSON object for routes whose example is an object; a plain string only for routes whose example is a string. | |
| routeId | No | ||
| routeName | No | ||
| idempotencyKey | No | 같은 요청을 다시 보낼 때 같은 키를 쓰면 중복 실행되지 않음 |