Skip to main content
GET
/
sessions
/
{session_id}
/
rdp-detections
Get RDP session PII detections
curl --request GET \
  --url https://use.hoop.dev/api/sessions/{session_id}/rdp-detections
{
  "analysis_status": "<string>",
  "detections": [
    {
      "entity_type": "<string>",
      "frame_index": 123,
      "height": 123,
      "score": 123,
      "timestamp": 123,
      "width": 123,
      "x": 123,
      "y": 123
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

session_id
string
required

The id of the session

Response

OK

analysis_status
string
detections
object[]
total
integer