curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/queries \
--header 'x-access-token: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"query": "<string>",
"category": "<string>"
}
]
}Returns saved SbQL queries scoped to an event. Requires the read:insights scope.
curl --request GET \
--url https://public-api.sessionboard.com/v1/event/{eventId}/queries \
--header 'x-access-token: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"query": "<string>",
"category": "<string>"
}
]
}