cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/prompt-backtest/tasks/{task_id}/items \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": 123, "payload": {}, "task_id": 123, "outcome": "<string>", "symbol": "<string>" } ], "total": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Task ID
Task items list (paginated)
Prompt backtest results listing.
Show child attributes
Was this page helpful?