v1

latestOpenAPI 3.0.02026-07-26193332.3 KB
REST API - Cost Estimations

List cost estimations

get/cost-estimations

Query parameters

limitnumber
offsetnumber

Response

totalnumber required

Example response

{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "organization_id": "f336d0bc-b841-465b-8045-024475c079dd",
      "user_id": "f336d0bc-b841-465b-8045-024475c079dd",
      "task_id": "cost_est_owner-repo_12345",
      "status": "completed",
      "repos": [
        {
          "repo_url": "https://github.com/owner/repo",
          "branch": "main",
          "commit_sha": "abc123def456"
        }
      ],
      "total_credits": 8000,
      "repo_results": [
        {
          "repo_url": "https://github.com/owner/repo",
          "branch": "main",
          "commit_sha": "abc123def456",
          "status": "completed",
          "applications": [
            {
              "app_name": "backend-api",
              "app_root_path": "apps/api",
              "architecture": "NestJS REST API with PostgreSQL"
            }
          ],
          "credits": 4000
        }
      ],
      "triage_fee_credits": 1600,
      "created_at": "2026-03-10T12:00:00.000Z",
      "updated_at": "2026-03-10T12:05:00.000Z"
    }
  ]
}
All 19 operations