---
title: "Introspect Resources"
method: GET
path: "/v2/introspect/resources"
tags: ["introspect"]
---

# Introspect Resources

`GET /v2/introspect/resources`

## Query parameters

- `user_id` string, uuid, nullable — Filter by user ID.
- `provider` '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.
- `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

- UserResourcesResponse
  - `data` SingleUserResourceResponse[], 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

## Changes

- **2026-07-09** `1218acacf133` — 1 warning
  - added the new `result_table` enum value to the `data/items/provider/additionalProperties/propertyNames/` response property for the response status `200`
- **2026-06-11** `d87b31d383c4` — 1 warning, 1 info
  - added the new `google_health` enum value to the `data/items/provider/propertyNames/` response property for the response status `200`
  - added the enum value `google_health` to the property `anyOf[subschema #1: Providers]/` of the `query` request parameter `provider`

[Change history](https://skmtc.dev/tryvital/apis/junction-api/changes/v2/introspect/resources/get.md)

---

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