AckdbDashboardTableSpec
The segment results rails with a columns/sort override (the pivot override contract). Omitted columns/sort inherit the segment's own; rows come back identical to GET /observe/segments/{id}/results.
Properties
columnsarray ofSegmentColumn[].
object
sortarray ofSegmentSort[] ({ field, dir }).
object
limitintegermin 1 · max 100Default 10.
Example
AckdbDashboardTableSpec example
{
"columns": [
{}
],
"sort": [
{}
],
"limit": 0
}