tastytradeDeveloper Docs
Legacy ↗

API Reference / Backtesting

List Your Backtests

getUsersBacktests
get/backtests

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

Returns the IDs of every backtest the authenticated user has submitted. Use an ID with `GET /backtests/{id}` to poll status or read results.

Code samples

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

Parameters

No parameters.

Responses

200An array of backtest IDs belonging to the current user.application/json

Example response

[
  "string"
]

Schema

array<string>
401Unauthorized.
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.