GET
/
v2
/
introspect
/
historical_pull

Overview

Diagnose user historical data unavailability through the User Resources Introspection API.

This API offers detailed insights into all provider connections and collected historical resources of all users in your team, empowering you to perform an initial diagnosis of any user connection issue with ease.

Please note that user_limit is an upper bound and the endpoint can return data for fewer users. This would be the case if any of the top selected users had no available resource information.

Response Structure

data
object[]
required

An array containing user information, including data from different providers.

user_id
string
required

The unique identifier of the user.

provider
Map<string, object>
required

A map where each key-value pair describes the historical pull status of a specific provider.

{PROVIDER_SLUG}
object
required

the historical pull status of a specific provider, keyed by the provider slug.

pulled
object
required

Resources which have been pulled.

{RESOURCE}
object
required

The historical pull status of a resource with this provider, keyed by the resource type.

status
object
required

The status of historical pull.

Possible value: scheduled, in_progress, success, error, failure

range_start
string

The start timestamp from which historical data would be pulled.

range_end
string

The end timestamp to which data would be pulled.

days_with_data
number
required

The number of days having data within the pull range ([range_start, range_end]).

timeline
object
required
scheduled_at
string

The time when the historical pull was scheduled to start.

started_at
string

The time when the historical pull had started.

ended_at
string

The time when the historical pull had completed in full, with all relevants historical.data.*.created events having been sent.

release
object
required

The Vital API release version which this historical pull was executed on.

trace_id
object

A Vital trace ID for internal troubleshooting.

not_pulled
string[]
required

Resources which had not been pulled. This could be a result of the lack of user permission, or that the resource was introduced after the connection had established.

Authorizations

x-vital-api-key
string
headerrequired

Vital Team API Key

Query Parameters

user_id
string | null
provider
enum<string> | null
Available options:
oura,
fitbit,
garmin,
whoop,
strava,
renpho,
peloton,
wahoo,
zwift,
freestyle_libre,
abbott_libreview,
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,
polar,
cronometer,
kardia,
whoop_v2
user_limit
integer
default: 50
cursor
string | null
deprecated
next_cursor
string | null

The cursor for fetching the next page, or null to fetch the first page.

Response

200 - application/json
data
object[]
required
next
string | null
requireddeprecated
next_cursor
string | null
required

The cursor for fetching the next page, or null to fetch the first page.