Skip to main content
GET
/
activeviam
/
query-history
/
rest
/
v1
/
query
/
{id}
Retrieve a query by ID
curl --request GET \
  --url http://localhost:9090/activeviam/query-history/rest/v1/query/{id}
{
  "endDate": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "nodeName": "<string>",
  "query": "<string>",
  "queryMetadata": {},
  "startDate": "2023-11-07T05:31:56Z",
  "traceId": "<string>",
  "username": "<string>"
}

Path Parameters

id
string
required

Unique identifier of the query history entry

Response

Query history entry retrieved successfully

endDate
string<date-time>
id
string
nodeName
string
query
string
queryMetadata
object
startDate
string<date-time>
status
enum<string>
Available options:
CANCELLED,
FAILED,
RUNNING,
SUCCESSFUL
traceId
string
type
enum<string>
Available options:
MDX,
UNKNOWN
username
string