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.

List unmatched queries

GET /api/v1/unmatched
Returns queries from sessions where no skill was triggered. These represent gaps in skill coverage.

Response

{
  "data": [
    {
      "id": "query-id",
      "query": "help me set up a reverse proxy",
      "push_id": "push-id",
      "created_at": "2025-01-15T10:30:00Z"
    }
  ]
}
Use these to identify opportunities for new skills or description improvements.