cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/prompt-backtest/items/{item_id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "payload": {}, "task_id": 123, "outcome": "<string>", "symbol": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Item ID
Individual backtest item
Prompt backtest result row.
Was this page helpful?