Skip to main content
GET
/
activeviam
/
pivot
/
rest
/
v10
/
cube
/
query
/
running
/
{cubeName}
Lists all running queries on a specific cube
curl --request GET \
  --url http://localhost:9090/activeviam/pivot/rest/v10/cube/query/running/{cubeName}
{
  "cancelled": true,
  "epochId": 123,
  "query": "<string>",
  "queryId": 123,
  "timeSinceCreation": 123,
  "timeSinceStart": 123,
  "traceId": "<string>",
  "user": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

cubeName
string
required

The name of the cube

Response

List of running queries

cancelled
boolean
epochId
integer<int64>
query
string
queryId
integer<int64>
timeSinceCreation
integer<int64>
timeSinceStart
integer<int64>
traceId
string
user
string