Skip to main content
Version: Beta

Get Profile

Return the summarization Profile that specifies both prompting instructions and session context configuration.

Path Parameters
    id string required

    Client defined ID representing this profile to be used in profile management API calls and to specify when performing session analysis.

Responses
200

A successful response.


{
"configuration": {
"exclude_event_types": [
null
],
"include_event_types": [
null
],
"screenshot_event_types": [
null
]
},
"model": "INVALID"
}
Loading...