Skip to main content
Version: Beta

Generate Summary

Return a Generative AI summarization of the specified session using the supplied Profile that specifies both prompting instructions and session context configuration.

Path Parameters
    session_id string required

    The UTF-8 encoded ID of the session for which to generate context data. To retrieve the Session ID you may use the appropriate Get Session Details API for Web, iOS, or Android. As Session IDs include : separators the ID must be URL encoded using the %3A substitution.

Query Parameters
    config_profile string optional
Responses
200

Text based output of the Generative AI response based on the specified Profile.


{}
GET /v2beta/sessions/{session_id}/summary
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://api.fullstory.com/v2beta/sessions/{session_id}/summary
curl -L -X GET 'https://api.fullstory.com/v2beta/sessions/:session_id/summary' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'