{
  "@odata.nextLink": "string",
  "supplemental": {
    "count": 0,
    "kind": "string",
    "operation": "string",
    "pagination": {
      "end": 0,
      "records": 0,
      "start": 0,
      "total": 0
    },
    "subscription": {
      "id": "string",
      "name": "string"
    }
  },
  "value": [
    {
      "id": "string",
      "name": "name",
      "properties": {
        "correlationData": {
          "key": null
        },
        "created": "2024-01-01T00:00:00Z",
        "description": "string",
        "endTime": "string",
        "input": {
          "@odata.type": "#Microsoft.Media.JobInputAsset",
          "assetName": "string",
          "end": {
            "@odata.type": "#Microsoft.Media.AbsoluteClipTime",
            "time": "string"
          },
          "files": [
            "string"
          ],
          "label": "string",
          "start": {
            "@odata.type": "#Microsoft.Media.AbsoluteClipTime",
            "time": "string"
          }
        },
        "lastModified": "2024-01-01T00:00:00Z",
        "outputs": [
          {
            "@odata.type": "#Microsoft.Media.JobOutputAsset",
            "assetName": "string",
            "endTime": "string",
            "error": {
              "category": "Account",
              "code": "ConfigurationUnsupported",
              "message": "string",
              "retry": "DoNotRetry"
            },
            "label": "string",
            "progress": 0,
            "startTime": "string",
            "state": "Queued"
          }
        ],
        "priority": "Normal",
        "recording": {
          "actualEndTime": "string",
          "actualStartTime": "string",
          "details": "string",
          "state": "Scheduled",
          "targetEndTime": "string",
          "targetStartTime": "string"
        },
        "startTime": "2024-01-01T00:00:00Z",
        "state": "Queued"
      },
      "systemData": {
        "createdAt": "2024-01-01T00:00:00Z",
        "createdBy": "string",
        "createdByType": "User",
        "internalId": "00000000-0000-0000-0000-000000000000",
        "lastModifiedAt": "2024-01-01T00:00:00Z",
        "lastModifiedBy": "string",
        "lastModifiedByType": "User"
      },
      "type": "string"
    }
  ]
}
