Execute a SbQL query against event data and return results. Requires the read:insights scope.
Documentation Index
Fetch the complete documentation index at: https://apidocs.sessionboard.com/llms.txt
Use this file to discover all available pages before exploring further.
Organization API token. Generate from Organization Settings → API Tokens.
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.