Skip to main content
GET
/
v1
/
insights
/
events
/
{eventId}
/
schema
Get event-specific insights schema
curl --request GET \
  --url https://public-api.sessionboard.com/v1/insights/events/{eventId}/schema \
  --header 'x-access-token: <api-key>'
{}

Authorizations

x-access-token
string
header
required

API key for authentication. Obtain from the Sessionboard admin dashboard.

Path Parameters

eventId
integer
required

The event ID.

Response

OK

The event-scoped SbQL schema definition.