---
title: "Project Variable Evaluations (total)"
method: GET
path: "/v1/projects/{project}/results/total-evaluations"
tags: ["Results"]
---

# Project Variable Evaluations (total)

`GET /v1/projects/{project}/results/total-evaluations`

Fetch total variable evaluations per hour for a project

## Path parameters

- `project` string, required

## Query parameters

- `startDate` number
- `endDate` number
- `environment` string
- `period` 'day' | 'hour' | 'month'
- `sdkType` 'client' | 'server' | 'mobile' | 'api'

## Response `200`

- ResultProjectEvaluationsByHourDto
  - `result` ResultsWithProjectData, required
    - `evaluations` ProjectDataPoint[], required
      - `date` string, date-time, required — Date of this datapoint
      - `value` number, required — Number of variable evaluations across the whole project for this data point, grouped by user
  - `cached` boolean, required — Whether this result came from a cache or a live result
  - `updatedAt` string, date-time, required — Date which these results are up-to-date with

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.dev/devcycle/apis/devcycle-management-api.md) · [All operations](https://skmtc.dev/devcycle/apis/devcycle-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devcycle/devcycle-management-api/revisions/d4a127a37608/schema)
