---
title: "Get Data"
method: GET
path: "/v1/data/"
tags: ["Data"]
---

# Get Data

`GET /v1/data/`

## Query parameters

- `date` string, date-time, nullable — The date for which to analyze data
- `minDate` string, date-time, nullable — The start date for which to analyze data if using a range
- `maxDate` string, date-time, nullable — The end date for which to analyze data if using a range
- `sequence_ids` string[], nullable — List of sequence IDs
- `channel` string, nullable — Filter by channel: WHATSAPP, INSTAGRAM, or null for all
- `campaign_id` string, nullable — Filter analytics to leads contacted by a specific campaign

## Response `200`

Successful Response

- DataResponse
  - `Contacts` integer
  - `Classifications` object
  - `GeneratedAt` string, date-time, required
  - `conversationsStarted` integer
  - `conversationsQualified` integer
  - `linksSent` integer
  - `booked` integer
  - `deposits` integer
  - `unqualifiedLeadsPercentage` number

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
