curl --location --request POST 'https://api.flashcat.cloud/rum/session-replay/segments?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "string",
"search_after_ctx": "string",
"view_id": "string",
"limit": 20,
"ts": 0,
"url_mode": true
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"start": 0,
"end": 0,
"creation_reason": "init",
"records_count": 0,
"has_full_snapshot": true,
"index_in_view": 0,
"source": "browser",
"application": {
"id": "string"
},
"session": {
"id": "string"
},
"view": {
"id": "string"
},
"records": [
{}
]
}
]
},
"search_after_ctx": "string"
}