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": {}
}

Continuous Query is currently in closed beta. The query schema and the behaviour is subject to change based on beta feedback.

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.