Skip to main content
Traseq Docs home page
Traseq Docs
English
Search...
⌘K
Search...
Navigation
Agent API
Public API health check
Guides
API Reference
Reference
Changelog
Overview
API Overview
Authentication
API Keys
Endpoints
API Keys
Agent API
GET
Get agent API manifest
GET
Public API health check
GET
Get workspace context for the current API key
GET
List system strategy templates
GET
Get a system strategy template
POST
Copy a system strategy template into the workspace
POST
Validate a strategy payload before create/finalize
GET
List strategies in the current workspace
POST
Create a strategy draft
GET
Get strategy detail with versions
POST
Finalize a strategy version
GET
List backtests in the current workspace
POST
Queue a backtest run
GET
Get backtest detail, status, and result
Public API health check
cURL
curl
--request
GET
\
--url
https://api.example.com/public/v1/health
Agent API
Public API health check
GET
/
public
/
v1
/
health
Try it
Public API health check
cURL
curl
--request
GET
\
--url
https://api.example.com/public/v1/health
Response
200
Public API is reachable
Get agent API manifest
Get workspace context for the current API key
⌘I