RTStream
List RTStream scene indexes
get/rtstream/{stream_id}/index/scene
Path parameters
stream_idstring required
Example:rts-12345
Response
List of scene indexes
Example response
{
"success": true,
"data": {
"scene_indexes": [
{
"rtstream_index_id": "scene-idx-12345",
"extraction_type": "time",
"status": "running"
}
]
}
}