curl --location --request GET 'http://dev-cn.your-api-server.com/v2/tasks//inputs/samples'{
    "status": {
        "code": {},
        "description": "string",
        "details": "string",
        "stackTrace": [
            "string"
        ],
        "percentCompleted": 0,
        "timeRemaining": 0,
        "reqId": "string",
        "internalDetails": "string",
        "redirectInfo": {
            "url": "string",
            "resourceType": "string",
            "oldResourceId": "string",
            "newResourceId": "string"
        }
    },
    "hits": [
        {
            "score": 0,
            "input": {
                "id": "string",
                "data": {
                    "image": {
                        "url": "string",
                        "base64": "string",
                        "allowDuplicateUrl": true,
                        "hosted": {
                            "prefix": "string",
                            "suffix": "string",
                            "sizes": [
                                "string"
                            ],
                            "crossorigin": "string"
                        },
                        "imageInfo": {
                            "width": 0,
                            "height": 0,
                            "format": "string",
                            "colorMode": "string"
                        }
                    },
                    "video": {
                        "url": "string",
                        "base64": "string",
                        "allowDuplicateUrl": true,
                        "thumbnailUrl": "string",
                        "hosted": {
                            "prefix": "string",
                            "suffix": "string",
                            "sizes": [
                                "string"
                            ],
                            "crossorigin": "string"
                        },
                        "videoInfo": {
                            "width": 0,
                            "height": 0,
                            "fps": 0,
                            "videoFormat": "string",
                            "bitRate": 0,
                            "frameCount": 0,
                            "durationSeconds": 0
                        }
                    },
                    "concepts": [
                        {
                            "id": "string",
                            "name": "string",
                            "value": 0,
                            "createdAt": "2019-08-24T14:15:22Z",
                            "language": "string",
                            "appId": "string",
                            "definition": "string",
                            "vocabId": "string",
                            "visibility": {
                                "gettable": "UNKNOWN_VISIBILITY"
                            },
                            "userId": "string",
                            "keypointInfo": {
                                "keypointNames": [
                                    "string"
                                ],
                                "skeleton": [
                                    {
                                        "k1": 0,
                                        "k2": 0
                                    }
                                ]
                            },
                            "extraInfo": {
                                "isRankable": true
                            }
                        }
                    ],
                    "metadata": {},
                    "geo": {
                        "geoPoint": {
                            "longitude": 0,
                            "latitude": 0
                        },
                        "geoLimit": {
                            "type": "string",
                            "value": 0
                        },
                        "geoBox": [
                            {
                                "geoPoint": {
                                    "longitude": 0,
                                    "latitude": 0
                                }
                            }
                        ]
                    },
                    "colors": [
                        {
                            "rawHex": "string",
                            "w3c": {
                                "hex": "string",
                                "name": "string"
                            },
                            "value": 0
                        }
                    ],
                    "clusters": [
                        {
                            "id": "string",
                            "count": 0,
                            "score": 0,
                            "hits": [
                                {}
                            ],
                            "projection": [
                                0
                            ]
                        }
                    ],
                    "embeddings": [
                        {
                            "vector": [
                                0
                            ],
                            "numDimensions": 0
                        }
                    ],
                    "regions": [
                        {
                            "id": "string",
                            "regionInfo": {
                                "boundingBox": {
                                    "topRow": 0,
                                    "leftCol": 0,
                                    "bottomRow": 0,
                                    "rightCol": 0
                                },
                                "mask": {
                                    "image": {
                                        "url": "string",
                                        "base64": "string",
                                        "allowDuplicateUrl": true,
                                        "hosted": {
                                            "prefix": "string",
                                            "suffix": "string",
                                            "sizes": [
                                                "string"
                                            ],
                                            "crossorigin": "string"
                                        },
                                        "imageInfo": {
                                            "width": 0,
                                            "height": 0,
                                            "format": "string",
                                            "colorMode": "string"
                                        }
                                    }
                                },
                                "polygon": {
                                    "points": [
                                        {
                                            "row": 0,
                                            "col": 0,
                                            "z": 0,
                                            "visibility": "NOT_SET"
                                        }
                                    ]
                                },
                                "point": {
                                    "row": 0,
                                    "col": 0,
                                    "z": 0,
                                    "visibility": "NOT_SET"
                                },
                                "span": {
                                    "charStart": 0,
                                    "charEnd": 0,
                                    "rawText": "string"
                                },
                                "token": {
                                    "charStart": 0,
                                    "charEnd": 0,
                                    "rawText": "string"
                                },
                                "keypointLocations": [
                                    {
                                        "row": 0,
                                        "col": 0,
                                        "z": 0,
                                        "visibility": "NOT_SET"
                                    }
                                ]
                            },
                            "data": {},
                            "value": 0,
                            "trackId": "string"
                        }
                    ],
                    "frames": [
                        {
                            "frameInfo": {
                                "index": 0,
                                "time": 0
                            },
                            "data": {},
                            "id": "string"
                        }
                    ],
                    "text": {
                        "raw": "string",
                        "url": "string",
                        "allowDuplicateUrl": true,
                        "hosted": {
                            "prefix": "string",
                            "suffix": "string",
                            "sizes": [
                                "string"
                            ],
                            "crossorigin": "string"
                        },
                        "textInfo": {
                            "charCount": 0,
                            "encoding": "string"
                        }
                    },
                    "audio": {
                        "url": "string",
                        "base64": "string",
                        "allowDuplicateUrl": true,
                        "hosted": {
                            "prefix": "string",
                            "suffix": "string",
                            "sizes": [
                                "string"
                            ],
                            "crossorigin": "string"
                        },
                        "audioInfo": {
                            "audioFormat": "string",
                            "sampleRate": 0,
                            "durationSeconds": 0,
                            "bitRate": 0
                        }
                    },
                    "tracks": [
                        {
                            "id": "string",
                            "data": {},
                            "timeInfo": {
                                "numFrames": 0,
                                "beginTime": 0,
                                "endTime": 0
                            },
                            "quality": 0
                        }
                    ],
                    "timeSegments": [
                        {
                            "id": "string",
                            "data": {},
                            "timeInfo": {
                                "numFrames": 0,
                                "beginTime": 0,
                                "endTime": 0
                            }
                        }
                    ],
                    "hits": [
                        {}
                    ],
                    "heatmaps": [
                        {
                            "url": "string",
                            "base64": "string",
                            "allowDuplicateUrl": true,
                            "hosted": {
                                "prefix": "string",
                                "suffix": "string",
                                "sizes": [
                                    "string"
                                ],
                                "crossorigin": "string"
                            },
                            "imageInfo": {
                                "width": 0,
                                "height": 0,
                                "format": "string",
                                "colorMode": "string"
                            }
                        }
                    ]
                },
                "createdAt": "2019-08-24T14:15:22Z",
                "modifiedAt": "2019-08-24T14:15:22Z",
                "status": {
                    "code": {},
                    "description": "string",
                    "details": "string",
                    "stackTrace": [
                        "string"
                    ],
                    "percentCompleted": 0,
                    "timeRemaining": 0,
                    "reqId": "string",
                    "internalDetails": "string",
                    "redirectInfo": {
                        "url": "string",
                        "resourceType": "string",
                        "oldResourceId": "string",
                        "newResourceId": "string"
                    }
                },
                "datasetIds": [
                    "string"
                ]
            },
            "annotation": {
                "id": "string",
                "inputId": "string",
                "data": {
                    "image": {
                        "url": "string",
                        "base64": "string",
                        "allowDuplicateUrl": true,
                        "hosted": {
                            "prefix": "string",
                            "suffix": "string",
                            "sizes": [
                                "string"
                            ],
                            "crossorigin": "string"
                        },
                        "imageInfo": {
                            "width": 0,
                            "height": 0,
                            "format": "string",
                            "colorMode": "string"
                        }
                    },
                    "video": {
                        "url": "string",
                        "base64": "string",
                        "allowDuplicateUrl": true,
                        "thumbnailUrl": "string",
                        "hosted": {
                            "prefix": "string",
                            "suffix": "string",
                            "sizes": [
                                "string"
                            ],
                            "crossorigin": "string"
                        },
                        "videoInfo": {
                            "width": 0,
                            "height": 0,
                            "fps": 0,
                            "videoFormat": "string",
                            "bitRate": 0,
                            "frameCount": 0,
                            "durationSeconds": 0
                        }
                    },
                    "concepts": [
                        {
                            "id": "string",
                            "name": "string",
                            "value": 0,
                            "createdAt": "2019-08-24T14:15:22Z",
                            "language": "string",
                            "appId": "string",
                            "definition": "string",
                            "vocabId": "string",
                            "visibility": {
                                "gettable": "UNKNOWN_VISIBILITY"
                            },
                            "userId": "string",
                            "keypointInfo": {
                                "keypointNames": [
                                    "string"
                                ],
                                "skeleton": [
                                    {
                                        "k1": 0,
                                        "k2": 0
                                    }
                                ]
                            },
                            "extraInfo": {
                                "isRankable": true
                            }
                        }
                    ],
                    "metadata": {},
                    "geo": {
                        "geoPoint": {
                            "longitude": 0,
                            "latitude": 0
                        },
                        "geoLimit": {
                            "type": "string",
                            "value": 0
                        },
                        "geoBox": [
                            {
                                "geoPoint": {
                                    "longitude": 0,
                                    "latitude": 0
                                }
                            }
                        ]
                    },
                    "colors": [
                        {
                            "rawHex": "string",
                            "w3c": {
                                "hex": "string",
                                "name": "string"
                            },
                            "value": 0
                        }
                    ],
                    "clusters": [
                        {
                            "id": "string",
                            "count": 0,
                            "score": 0,
                            "hits": [
                                {}
                            ],
                            "projection": [
                                0
                            ]
                        }
                    ],
                    "embeddings": [
                        {
                            "vector": [
                                0
                            ],
                            "numDimensions": 0
                        }
                    ],
                    "regions": [
                        {
                            "id": "string",
                            "regionInfo": {
                                "boundingBox": {
                                    "topRow": 0,
                                    "leftCol": 0,
                                    "bottomRow": 0,
                                    "rightCol": 0
                                },
                                "mask": {
                                    "image": {
                                        "url": "string",
                                        "base64": "string",
                                        "allowDuplicateUrl": true,
                                        "hosted": {
                                            "prefix": "string",
                                            "suffix": "string",
                                            "sizes": [
                                                "string"
                                            ],
                                            "crossorigin": "string"
                                        },
                                        "imageInfo": {
                                            "width": 0,
                                            "height": 0,
                                            "format": "string",
                                            "colorMode": "string"
                                        }
                                    }
                                },
                                "polygon": {
                                    "points": [
                                        {
                                            "row": 0,
                                            "col": 0,
                                            "z": 0,
                                            "visibility": "NOT_SET"
                                        }
                                    ]
                                },
                                "point": {
                                    "row": 0,
                                    "col": 0,
                                    "z": 0,
                                    "visibility": "NOT_SET"
                                },
                                "span": {
                                    "charStart": 0,
                                    "charEnd": 0,
                                    "rawText": "string"
                                },
                                "token": {
                                    "charStart": 0,
                                    "charEnd": 0,
                                    "rawText": "string"
                                },
                                "keypointLocations": [
                                    {
                                        "row": 0,
                                        "col": 0,
                                        "z": 0,
                                        "visibility": "NOT_SET"
                                    }
                                ]
                            },
                            "data": {},
                            "value": 0,
                            "trackId": "string"
                        }
                    ],
                    "frames": [
                        {
                            "frameInfo": {
                                "index": 0,
                                "time": 0
                            },
                            "data": {},
                            "id": "string"
                        }
                    ],
                    "text": {
                        "raw": "string",
                        "url": "string",
                        "allowDuplicateUrl": true,
                        "hosted": {
                            "prefix": "string",
                            "suffix": "string",
                            "sizes": [
                                "string"
                            ],
                            "crossorigin": "string"
                        },
                        "textInfo": {
                            "charCount": 0,
                            "encoding": "string"
                        }
                    },
                    "audio": {
                        "url": "string",
                        "base64": "string",
                        "allowDuplicateUrl": true,
                        "hosted": {
                            "prefix": "string",
                            "suffix": "string",
                            "sizes": [
                                "string"
                            ],
                            "crossorigin": "string"
                        },
                        "audioInfo": {
                            "audioFormat": "string",
                            "sampleRate": 0,
                            "durationSeconds": 0,
                            "bitRate": 0
                        }
                    },
                    "tracks": [
                        {
                            "id": "string",
                            "data": {},
                            "timeInfo": {
                                "numFrames": 0,
                                "beginTime": 0,
                                "endTime": 0
                            },
                            "quality": 0
                        }
                    ],
                    "timeSegments": [
                        {
                            "id": "string",
                            "data": {},
                            "timeInfo": {
                                "numFrames": 0,
                                "beginTime": 0,
                                "endTime": 0
                            }
                        }
                    ],
                    "hits": [
                        {}
                    ],
                    "heatmaps": [
                        {
                            "url": "string",
                            "base64": "string",
                            "allowDuplicateUrl": true,
                            "hosted": {
                                "prefix": "string",
                                "suffix": "string",
                                "sizes": [
                                    "string"
                                ],
                                "crossorigin": "string"
                            },
                            "imageInfo": {
                                "width": 0,
                                "height": 0,
                                "format": "string",
                                "colorMode": "string"
                            }
                        }
                    ]
                },
                "annotationInfo": {},
                "userId": "string",
                "modelVersionId": "string",
                "embedModelVersionId": "string",
                "status": {
                    "code": {},
                    "description": "string",
                    "details": "string",
                    "stackTrace": [
                        "string"
                    ],
                    "percentCompleted": 0,
                    "timeRemaining": 0,
                    "reqId": "string",
                    "internalDetails": "string",
                    "redirectInfo": {
                        "url": "string",
                        "resourceType": "string",
                        "oldResourceId": "string",
                        "newResourceId": "string"
                    }
                },
                "createdAt": "2019-08-24T14:15:22Z",
                "modifiedAt": "2019-08-24T14:15:22Z",
                "trusted": true,
                "inputLevel": true,
                "consensusInfo": {},
                "taskId": "string",
                "workflowVersionId": "string"
            },
            "userId": "string",
            "appId": "string"
        }
    ]
}