cURL
curl --request GET \ --url https://public-api.sessionboard.com/v1/insights/suggestions \ --header 'x-access-token: <api-key>'
{ "suggestions": [ { "query": "<string>", "description": "<string>", "category": "<string>" } ] }
Returns contextual SbQL query suggestions. Requires the read:insights scope.
read:insights
API key for authentication. Obtain from the Sessionboard admin dashboard.
Scope suggestions to a specific event.
Filter suggestions by category.
OK
Show child attributes