cURL
curl --request GET \ --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/clients/{uuid}/backtests/ \ --header 'X-Api-Key: <api-key>'
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "PENDING", "params": { "start_date": "2023-12-25", "end_date": "2023-12-25", "rebalance_period": "MONTHLY", "tax_gamma": 0.5, "tax_loss_threshold_bps": 2500, "starting_nav": 500000050 }, "result": {}, "error_message": "<string>", "created_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z" } ] }
List all backtest jobs for a client
A page number within the paginated result set.
Number of results to return per page.
123
Show child attributes
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"