Share feedback
Answers are generated based on the documentation.

Schema

ResponseData

Type: object

Download locations for the selected export. Large exports can span multiple files.
data

Type: array

Download URLs and file sizes for the export.
Array item

Schema: ResponseDataFile

All schema constraints and annotations
{
  "description": "Download URLs and file sizes for the export.",
  "items": {
    "$ref": "#/components/schemas/ResponseDataFile"
  },
  "type": "array"
}
All schema constraints and annotations
{
  "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"
}