---
title: "Ige"
method: GET
path: "/v2/timeseries/{user_id}/ige/grouped"
tags: ["timeseries"]
---

# Ige

`GET /v2/timeseries/{user_id}/ige/grouped`

## Path parameters

- `user_id` string, uuid, required

## Query parameters

- `cursor` string, nullable — The cursor for fetching the next page, or `null` to fetch the first page.
- `next_cursor` string, nullable — The cursor for fetching the next page, or `null` to fetch the first page.
- `provider` string — Provider oura/strava etc
- `start_date` string, required — Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
- `end_date` string, nullable — Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59

## Response `200`

Successful Response

- GroupedIgeResponse
  - `groups` object, required — For each matching provider or lab, a list of grouped timeseries values.
  - `next` string, nullable — The cursor for fetching the next page, or `null` if there is no more data.
  - `next_cursor` string, nullable — The cursor for fetching the next page, or `null` if there is no more data.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/versions/d28f5cec7d79/schema)
