cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/programs/executions \ --header 'Authorization: Bearer <token>'
{ "executions": [ { "id": 123, "program_id": 123, "status": "<string>", "account_id": 123, "finished_at": "<string>", "result_summary": "<string>", "started_at": "<string>", "symbol": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Program execution history
Program execution listing.
Show child attributes
Was this page helpful?