Execute a SbQL query against event data and return results. Requires the read:insights scope.
API key for authentication. Obtain from the Sessionboard admin dashboard.
The SbQL query string to execute.
"SELECT sessions.title, sessions.status FROM sessions"
Scope query to a single event.
Scope query to multiple events.
Whether to obfuscate personally identifiable information in results.
Output format for results.
Page number for paginated results.
Maximum number of rows to return.
Full-text search within results.
Column name to sort results by.
Sort direction.
asc, desc Column name to group results by.
Column name to pivot results on.