Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api-sandbox.featherhq.com/v1/eval-runs/{run_id}/retry \ --header 'x-api-key: <api-key>'
{ "task_id": "<string>", "status": "queued" }
Successful Response
202 acknowledgement returned by reevaluate / retry endpoints.
"queued"
Was this page helpful?