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>"
}

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

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