# List Data Dump Files

urlscan Pro - List available data dump files for a specific time window, file type, and date.

Endpoint: GET /api/v1/datadump/list/{timeWindow}/{fileType}/{date}
Version: 1.0.0
Security: apikeyAuth

## Path parameters:

  - `timeWindow` (string, required)
    Time window of the data dump
    Enum: "days", "hours", "minutes"

  - `fileType` (string, required)
    Type of data dump file
    Enum: "api", "search", "screenshot", "dom"

  - `date` (string, required)
    Date of the data dump in YYYYMMDD format

## Response 200 fields (application/json):

  - `files` (array)

  - `files.path` (string)
    Path to download the data dump file

  - `files.size` (integer)
    Size of the data dump file


