v1
latestOpenAPI 3.1.0MIT2026-08-0481194343.8 KBkeys
Fetch a result by Idempotency-Key
Collect a generic reserve-and-replay result by its Idempotency-Key alone, using the same concrete API-key credential and live/test mode that created it. 'completed' returns the original body + original_status; 'processing' means it is still running; unknown/expired is 404. External-machine enrollment is excluded from this cache: recover it only by repeating the exact POST /v1/machines/external key and body during its 24-hour account-scoped window.
get/v1/idempotency/{key}
Response
The cached result (completed) or its in-flight status (processing).