A valid request URL is required to generate request examples{
"results": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123,
"pivotDetails": {
"originalColumns": {},
"valuesColumns": [
{
"pivotValues": [
{
"value": "<unknown>",
"referenceField": "<string>",
"formatted": "<string>"
}
],
"aggregation": "sum",
"pivotColumnName": "<string>",
"referenceField": "<string>",
"columnIndex": 123
}
],
"totalColumnCount": 123,
"sortBy": [
{
"direction": "ASC",
"reference": "<string>"
}
],
"groupByColumns": [
{
"reference": "<string>"
}
],
"indexColumn": {
"type": "time",
"reference": "<string>"
}
},
"status": "ready",
"resultsPageExecutionMs": 123,
"initialQueryExecutionMs": 123,
"rows": [
{}
],
"columns": {},
"queryUuid": "<string>",
"previousPage": 123,
"nextPage": 123
},
"status": "ok"
}Retrieves paginated results from a previously executed async query using its UUID
A valid request URL is required to generate request examples{
"results": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123,
"pivotDetails": {
"originalColumns": {},
"valuesColumns": [
{
"pivotValues": [
{
"value": "<unknown>",
"referenceField": "<string>",
"formatted": "<string>"
}
],
"aggregation": "sum",
"pivotColumnName": "<string>",
"referenceField": "<string>",
"columnIndex": 123
}
],
"totalColumnCount": 123,
"sortBy": [
{
"direction": "ASC",
"reference": "<string>"
}
],
"groupByColumns": [
{
"reference": "<string>"
}
],
"indexColumn": {
"type": "time",
"reference": "<string>"
}
},
"status": "ready",
"resultsPageExecutionMs": 123,
"initialQueryExecutionMs": 123,
"rows": [
{}
],
"columns": {},
"queryUuid": "<string>",
"previousPage": 123,
"nextPage": 123
},
"status": "ok"
}The UUID of the async query to retrieve results for
Page number for pagination (starts at 1)
Number of results per page (default: 500, max: 5000)
Success
Show child attributes
Show child attributes
Construct a type with a set of properties K of type T
Show child attributes
Show child attributes
string, number, timestamp, date, boolean Present when this column is a period-over-period comparison column. Contains metadata linking this column to its base metric.
Show child attributes
The field ID of the base metric this PoP column compares against
Show child attributes
sum, count, avg, min, max, any ready Construct a type with a set of properties K of type T
Show child attributes
Show child attributes
string, number, timestamp, date, boolean Present when this column is a period-over-period comparison column. Contains metadata linking this column to its base metric.
Show child attributes
The field ID of the base metric this PoP column compares against
ok Was this page helpful?