Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.selftune.dev/llms.txt

Use this file to discover all available pages before exploring further.

Get overview

GET /api/v1/overview
Returns aggregate metrics for the authenticated organization’s dashboard.

Response

{
  "data": {
    "total_skills": 12,
    "avg_pass_rate": 0.82,
    "total_sessions": 450,
    "unmatched_count": 23,
    "pending_proposals": 2,
    "recent_evolutions": [
      {
        "skill": "Browser",
        "improvement_pct": 15.2,
        "timestamp": "2025-01-15T10:30:00Z"
      }
    ]
  }
}