cURL
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>" }
Vital Team API Key
Successful Response
The response is of type object.
object