curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/insights/schema \
--header 'x-access-token: <api-key>'{}Returns the SbQL schema including event-specific custom fields. Requires the read:insights scope.
curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/insights/schema \
--header 'x-access-token: <api-key>'{}