GET
/
aggregate
/
v1
/
user
/
{user_id}
/
continuous_query
/
{query_id_or_slug}
/
task_history
curl --request GET \
  --url https://api.tryvital.io/aggregate/v1/user/{user_id}/continuous_query/{query_id_or_slug}/task_history \
  --header 'x-vital-api-key: <api-key>'
{
  "data": [
    {
      "query_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "scheduled",
      "scheduled_at": "2023-11-07T05:31:56Z",
      "started_at": "2023-11-07T05:31:56Z",
      "ended_at": "2023-11-07T05:31:56Z",
      "error_details": "<string>"
    }
  ],
  "next_cursor": "<string>"
}

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

Path Parameters

user_id
string
required
query_id_or_slug
required

Query Parameters

next_cursor
string | null
limit
integer
default:50

Response

200
application/json

Successful Response

The response is of type object.