GET
/
aggregate
/
v1
/
user
/
{user_id}
/
continuous_query
/
{query_id_or_slug}
/
result_table
curl --request GET \
  --url https://api.tryvital.io/aggregate/v1/user/{user_id}/continuous_query/{query_id_or_slug}/result_table \
  --header 'x-vital-api-key: <api-key>'
{
  "table": {}
}

Horizon AI Query is in closed beta.

Interested in the Horizon AI Query? Get in touch with your Customer Success Manager.

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Headers

accept
enum<string>
default:*/*
Available options:
*/*,
application/json,
application/vnd.apache.parquet

Path Parameters

user_id
string
required
query_id_or_slug
required

Response

200
application/json
Successful Response
table
object
required

The result table of the query, organized in a column oriented format.