Skip to main content
Version: Beta

List Profiles

Returns a list of summarization Profiles which specifies both prompting instructions and session context configuration.

Query Parameters
    limit int32 optional

    Optionally limit the number of segments returned. Defaults to 20. The max limit for a single request is 100.

    pagination_token string optional

    Optional pagination token for retrieving more results.

Responses
200

A successful response.


{
"profiles": [
{
"configuration": {
"slice": {
"mode": "FIRST"
},
"context": {
"include": [
null
],
"exclude": [
null
]
},
"events": {
"exclude_types": [
null
],
"include_types": [
null
]
},
"media": {
"screenshot_event_types": [
null
]
},
"cache": {}
},
"llm": {
"model": "GEMINI_2_FLASH_LITE"
}
}
]
}
Loading...