---
title: "Get Form Metrics"
method: GET
path: "/forms/sessions/metrics"
tags: ["Forms"]
---

# Get Form Metrics

`GET /forms/sessions/metrics`

Get form metrics (today, this week, total) for the current customer.

## Response `200`

Successful Response

- FormMetricsResponse
  - `forms_today` integer, required
  - `forms_this_week` integer, required
  - `total_forms` integer, required

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
