v2.recording.updated

Triggered when a Recording has an updated status

{
  "id": "a033174403257076580mk8v4KiGgZA32",
  "at": "2025-04-07T13:29:30.765Z",
  "sid": "pdszbxss",
  "type": "v2.recording.updated",
  "try": 0,
  "payload": {
    "sid": "callrsid",
    "type": "call",
    "callee": "+33199001234",
    "scenario": {
      "sid": "callrsid",
      "name": "My Call Flow"
    },
    "callid": 240711945874,
    "created": "2024-04-24T17:42:28Z",
    "readAt": "2024-04-24T17:42:28Z",
    "duration": 5,
    "caller": {
      "name": "John Doe",
      "number": "+33698001020",
      "restricted": true
    },
    "read": true,
    "status": "ready",
    "url": "https://example.com",
    "size": 123456,
    "options": {
      "ner": true,
      "pii": true,
      "feeds": "all",
      "language": "en-US",
      "sentiment": true,
      "transcription": true
    },
    "transcription": {
      "feeds": [
        {
          "ner": [
            {
              "text": "string",
              "offset": 1234,
              "category": "string",
              "confidence": 0.9
            }
          ],
          "pii": [
            {
              "text": "string",
              "offset": 4567,
              "category": "string",
              "confidence": 0.8
            }
          ],
          "data": {
            "display": "Hello, world!",
            "language": "en-US",
            "lexical": "hello world",
            "phrases": [
              {
                "offset": 0,
                "display": "Hello, world!",
                "confidence": 0.98,
                "words": [
                  {
                    "word": "hello",
                    "offset": 0,
                    "duration": 0
                  }
                ]
              }
            ]
          },
          "feed": "leg_a",
          "sentiment": {
            "sentiment": "neutral",
            "confidenceScores": {
              "neutral": 0.98,
              "negative": 0.98,
              "positive": 0.98
            }
          }
        }
      ],
      "version": "2.0"
    }
  }
}