---
title: "Get All Completion Statistics"
method: POST
path: "/api/v2/projects/{project_id}/completions/statistics"
tags: ["Search & Analytics"]
---

# Get All Completion Statistics

`POST /api/v2/projects/{project_id}/completions/statistics`

Retrieve aggregate evaluation statistics across all prompts for a date range. Use for dashboard metrics or trend analysis.

Maximum date range is 30 days.

## Path parameters

- `project_id` string, required

## Request body

- object
  - `to_date` string, nullable
  - `from_date` string, nullable

## Response `200`

CompletionSummaryStatsInfo(summary_info: dict[str, dict[str, server.evaluations.evaluations_types.EvaluationSummaryByEvalType]])

- object
  - `summary_info` object, required

---

[API](https://skmtc.net/freeplay/apis/freeplay-api.md) · [All operations](https://skmtc.net/freeplay/apis/freeplay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freeplay/freeplay-api/revisions/69c553220183/schema)
