/
/BugTraceAI CLI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
config2
  • getGet configuration
  • patchUpdate configuration
health2
  • getHealth check
  • getReadiness check
metrics6
  • getGet all metrics
  • getGet queue metrics
  • getGet CDP metrics
  • getGet parallelization metrics
  • getGet deduplication metrics
  • postReset metrics
model-eval7
  • getList available ModelLab models
  • postStart a ModelLab benchmark
  • getList local ModelLab history
  • getGet a persisted ModelLab run
  • deleteDelete a persisted ModelLab run
  • getGet a ModelLab job status and results
  • deleteCancel a ModelLab job
reports2
  • getDownload report
  • getGet report file
scans9
  • getList scans
  • postCreate scan
  • getGet scan status
  • getGet scan findings
  • postStop scan
  • postPause scan
  • postResume scan
  • deleteDelete scan
  • getGet detailed scan metrics
websocket2
  • getScan events (WebSocket)
  • getGlobal events (WebSocket)
  • getAPI information

API information

Returns API name, version, and documentation links.

get/

Response

API info

namestring
versionstring
docsstring
healthstring
readystring

Example response

{
  "name": "BugTraceAI API",
  "version": "2.0.0",
  "docs": "/docs",
  "health": "/health",
  "ready": "/ready"
}

Changes