curl --request POST \
--url https://public-api.sessionboard.com/v1/event/{eventId}/insights/queries/{queryId}/run \
--header 'x-access-token: <api-key>'{
"data": [
{}
],
"pagination": {
"currentPage": 123,
"pageSize": 123,
"totalPages": 123,
"totalResults": 123
}
}Execute a saved query via the insights proxy. Requires the read:insights scope.
curl --request POST \
--url https://public-api.sessionboard.com/v1/event/{eventId}/insights/queries/{queryId}/run \
--header 'x-access-token: <api-key>'{
"data": [
{}
],
"pagination": {
"currentPage": 123,
"pageSize": 123,
"totalPages": 123,
"totalResults": 123
}
}Organization API token. Generate from Organization Settings → API Tokens.