Retrieve a solve by id
get_solveFetch a previously created Turnstile solve by ID to retrieve the result after a timeout. Free to read, never re-bills.
Instructions
Fetch a solve created earlier. Free — reading never re-bills. Use this when solve_turnstile timed out while still pending: the solve may have finished after the tool gave up, and the id is in that error message. A 404 means no such solve for this API key's workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The solve id, e.g. slv_8Kd2aF9 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| mode | Yes | ||
| token | Yes | ||
| billed | Yes | ||
| status | Yes | ||
| summary | Yes | ||
| errorCode | Yes | ||
| expiresAt | Yes |