v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Views

Generate View Table Data

Generate paginated table data for a view.

Executes the view's query against transformations rows produced by the named functions inside the supplied timeWindow, applies the view's filters, and returns matching rows. Each row reports the event eventID (externally-stable KSUID) plus the projected column values.

The functions field is required — at least one functionID or functionName must be supplied. limit defaults to 50 with a maximum of 200; offset is zero-based. The response's totalCount reflects the match count before pagination, so paging can be driven off it.

post/v3/views/table-data

Request body

namestring required

Name of the view

descriptionstring

Description of the view

limitinteger nullable

Maximum number of rows to return (default: 50, max: 200)

offsetinteger nullable

Number of rows to skip for pagination

Response

The request has succeeded.

totalCountinteger required

Total number of rows matching the view (before pagination)