tastytradeDeveloper Docs
Legacy ↗

API Reference / Backtesting

Get Backtest Logs

getBacktestsLogs
get/backtests/{id}/logs

Base URL: https://backtester.vast.tastyworks.com (Backtester API)

Returns the step-by-step execution logs for the specified backtest, useful for understanding how trials were opened and closed during the run.

Code samples

curl -X GET 'https://backtester.vast.tastyworks.com/backtests/{id}/logs' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
  -H 'User-Agent: tastytrade-docs-example/1.0'

Parameters

NameInTypeDescription
id*pathstring

Responses

200The execution log for the backtest.
400Request included malformed input
401Unauthorized.
404Backtest not found
429Request rate exceeded reasonable thresholds. Back off exponentially before retrying.

Related

Agents: this page is also Markdown (with the embedded OpenAPI definition) — append .md or send Accept: text/markdown. Index at /llms.txt.