# ResponseData


[API catalog](/reference/api/) · [Publisher analytics overview](/reference/api/dvp/latest/) · [Product manual](https://docs.docker.com/docker-hub/repos/manage/trusted-content/insights-analytics/) · [OpenAPI specification](/reference/api/dvp/latest.yaml)

API version: 1.0.0



Schema constraints and annotations:

```json
{
  "description": "Download locations for the selected export. Large exports can span multiple files.",
  "properties": {
    "data": {
      "description": "Download URLs and file sizes for the export.",
      "items": {
        "$ref": "#/components/schemas/ResponseDataFile"
      },
      "type": "array"
    }
  },
  "type": "object"
}
```



