cURL
curl --request GET \ --url https://public-api.sessionboard.com/v1/insights/events/{eventId}/schema \ --header 'x-access-token: <api-key>'
{}
Returns the SbQL schema scoped to a specific event, including event-specific custom fields. Requires the read:insights scope.
read:insights
API key for authentication. Obtain from the Sessionboard admin dashboard.
The event ID.
OK
The event-scoped SbQL schema definition.