cURL
curl --request GET \ --url https://public-api.sessionboard.com/v1/insights/queries \ --header 'x-access-token: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "query": "<string>", "category": "<string>", "eventId": 123 } ], "pagination": { "currentPage": 123, "pageSize": 123, "totalPages": 123, "totalResults": 123 } }
Returns a list of saved SbQL queries. Requires the read:insights scope.
read:insights
API key for authentication. Obtain from the Sessionboard admin dashboard.
Filter queries by event.
Filter queries by category.
Page number.
Results per page.
OK
Show child attributes
Pagination metadata returned with list responses.