---
title: "Retrieve form submission analytics"
method: GET
path: "/forms/{formId}/analytics/submissions"
tags: ["Forms"]
---

# Retrieve form submission analytics

`GET /forms/{formId}/analytics/submissions`

Returns completed and partial submission counts for a form over time.

## Path parameters

- `formId` string, required

## Query parameters

- `period` 'today' | 'yesterday' | '24h' | '7d' | '30d' | '3m' | '6m' | '12m' | 'all', required

## Response `200`

Form submissions analytics

- object
  - `data` object
  - `interval` number

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Form not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/revisions/3ae813325ad6/schema)
