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.
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://apidocs.sessionboard.com/llms.txt
Use this file to discover all available pages before exploring further.