Check Asynchronous Query Completion
GET https://localhost:7007/v2/isAsyncQueryExecutionComplete/<result_id>
Check if an asynchronous query execution is completed.
Version: v2
Request Header
-
Accept:
application/json; charset=UTF-8 -
Header:
Authorization: Bearer <token> -
Content-Type:
application/json
Request Path Parameter:
result_id:PGQL query execution result id.
Response
-
200 OK
-
Content-Type:
application/json
Sample Response Body
true
cURL Example
curl --location --request GET 'https://localhost:7007/v2/isAsyncQueryExecutionComplete/<result-id>' \
--header 'Authorization: Bearer <token>'