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
Response
The request has succeeded.