---
title: "Introspect Historical Pulls"
method: GET
path: "/v2/introspect/historical_pull"
tags: ["introspect"]
---

# Introspect Historical Pulls

`GET /v2/introspect/historical_pull`

## Query parameters

- `user_id` string, uuid, nullable — Filter by user ID.
- `provider` union
  - 'oura' | 'fitbit' | 'garmin' | 'whoop' | 'strava' | 'renpho' | 'peloton' | 'wahoo' | 'zwift' | 'freestyle_libre' | 'abbott_libreview' | 'tandem_source' | 'freestyle_libre_ble' | 'eight_sleep' | 'withings' | 'apple_health_kit' | 'manual' | 'ihealth' | 'google_fit' | 'beurer_api' | 'beurer_ble' | 'omron' | 'omron_ble' | 'onetouch_ble' | 'accuchek_ble' | 'contour_ble' | 'dexcom' | 'dexcom_v3' | 'hammerhead' | 'my_fitness_pal' | 'health_connect' | 'samsung_health' | 'polar' | 'cronometer' | 'kardia' | 'whoop_v2' | 'ultrahuman' | 'my_fitness_pal_v2' | 'map_my_fitness' | 'runkeeper' | 'google_health' — ℹ️ This enum is non-exhaustive.
  - 'ayumetrix' | 'spiriplex' | 'ussl' | 'quest' | 'sonora_quest' | 'labcorp' | 'bioreference' | 'us_biotek' | 'manual' | 'sanocardio' | 'ihd' | 'nexus' | 'my_uti' | 'crl' | 'mtl' — ℹ️ This enum is non-exhaustive.
- `user_limit` integer
- `cursor` string, nullable
- `next_cursor` string, nullable — The cursor for fetching the next page, or `null` to fetch the first page.

## Response `200`

Successful Response

- UserHistoricalPullsResponse
  - `data` SingleUserHistoricalPullResponse[], required
    - `user_id` string, uuid, required
    - `provider` object, required
  - `next` string, nullable, required
  - `next_cursor` string, nullable, required — The cursor for fetching the next page, or `null` to fetch the first page.

## 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/revisions/1a22b97afb3a/schema)
