GetDirectDataFiles
Retrieve a list of all Direct Data files available for download.
You can use the DownloadDirectDataFilePart stored procedure to download available files.
Input
| Name | Type | Required | Description |
| ExtractType | String | False | The Direct Data file type: incremental_directdata, full_directdata, or log_directdata. If omitted, returns metadata for all files. |
| StartTime | Timestamp | False | Specify a time in YYYY-MM-DDTHH:MMZ format. For example, 7AM on January 15, 2024 would use 2024-01-15T07:00:00Z. If omitted, defaults to the Vault's creation date and time. All Full files have a start time of 2000-01-01T00:00:00Z. |
| StopTime | Timestamp | False | Specify a time in YYYY-MM-DDTHH:MMZ format. For example, 9AM on January 15, 2024 would use 2024-01-15T09:00:00Z. If omitted, defaults to today's date and current time. |
Result Set Columns
| Name | Type | Description |
| ResponseAggregate | String | Lists all Direct Data files available for download in JSON format. |