{
  "status": {
    "code": "ZERO",
    "description": "<string>",
    "details": "<string>",
    "stackTrace": [
      "<string>"
    ],
    "percentCompleted": "<long>",
    "timeRemaining": "<long>",
    "reqId": "<string>",
    "internalDetails": "<string>",
    "redirectInfo": {
      "url": "<string>",
      "resourceType": "<string>",
      "oldResourceId": "<string>",
      "newResourceId": "<string>"
    }
  },
  "tasks": [
    {
      "id": "<string>",
      "createdAt": "<dateTime>",
      "modifiedAt": "<dateTime>",
      "type": "TYPE_NOT_SET",
      "description": "<string>",
      "worker": {
        "strategy": "WORKER_STRATEGY_NOT_SET",
        "userIds": [
          "<string>"
        ],
        "users": [
          {
            "id": "<string>",
            "primaryEmail": "<string>",
            "firstName": "<string>",
            "lastName": "<string>",
            "companyName": "<string>",
            "jobTitle": "<string>",
            "jobRole": "<string>",
            "billType": "<string>",
            "createdAt": "<dateTime>",
            "dateGdprConsent": "<dateTime>",
            "dateTosConsent": "<dateTime>",
            "dateMarketingConsent": "<dateTime>",
            "datePiiConsent": "<dateTime>",
            "metadata": {},
            "emailAddresses": [
              {
                "email": "<string>",
                "primary": "<boolean>",
                "verified": "<boolean>"
              }
            ],
            "twoFactorAuthEnabled": "<boolean>",
            "teamsCount": "<long>",
            "isStarred": "<boolean>",
            "starCount": "<integer>",
            "visibility": {
              "gettable": "UNKNOWN_VISIBILITY"
            },
            "userDetail": {
              "primaryEmail": "<string>",
              "billType": "<string>",
              "dateGdprConsent": "<dateTime>",
              "dateTosConsent": "<dateTime>",
              "dateMarketingConsent": "<dateTime>",
              "datePiiConsent": "<dateTime>",
              "metadata": {},
              "emailAddresses": [
                {
                  "email": "<string>",
                  "primary": "<boolean>",
                  "verified": "<boolean>"
                }
              ],
              "twoFactorAuthEnabled": "<boolean>",
              "teamsCount": "<long>",
              "country": "<string>",
              "state": "<string>"
            }
          }
        ],
        "models": [
          {
            "id": "<string>",
            "name": "<string>",
            "createdAt": "<dateTime>",
            "modifiedAt": "<dateTime>",
            "appId": "<string>",
            "outputInfo": {
              "data": {
                "image": {
                  "url": "<string>",
                  "base64": "<string>",
                  "allowDuplicateUrl": "<boolean>",
                  "hosted": {
                    "prefix": "<string>",
                    "suffix": "<string>",
                    "sizes": [
                      "<string>"
                    ],
                    "crossorigin": "<string>"
                  },
                  "imageInfo": {
                    "width": "<integer>",
                    "height": "<integer>",
                    "format": "<string>",
                    "colorMode": "<string>"
                  }
                },
                "video": {
                  "url": "<string>",
                  "base64": "<string>",
                  "allowDuplicateUrl": "<boolean>",
                  "thumbnailUrl": "<string>",
                  "hosted": {
                    "prefix": "<string>",
                    "suffix": "<string>",
                    "sizes": [
                      "<string>"
                    ],
                    "crossorigin": "<string>"
                  },
                  "videoInfo": {
                    "width": "<integer>",
                    "height": "<integer>",
                    "fps": "<float>",
                    "videoFormat": "<string>",
                    "bitRate": "<integer>",
                    "frameCount": "<integer>",
                    "durationSeconds": "<float>"
                  }
                },
                "concepts": [
                  {
                    "id": "<string>",
                    "name": "<string>",
                    "value": "<float>",
                    "createdAt": "<dateTime>",
                    "language": "<string>",
                    "appId": "<string>",
                    "definition": "<string>",
                    "vocabId": "<string>",
                    "visibility": {
                      "gettable": "UNKNOWN_VISIBILITY"
                    },
                    "userId": "<string>",
                    "keypointInfo": {
                      "keypointNames": [
                        "<string>"
                      ],
                      "skeleton": [
                        {