Returns information about each available hourly log, including the time when it was generated, its expiry, its file size, and a download link.
Response values
The following array of availableDownloads objects is returned:
Parameter | Type | Description |
---|---|---|
subscriptionID | integer | Provides the unique identifier used to distinguish files created for different subscriptions. |
subscriptionName | string | Provides the human-readable name of the subscription this file was generated under. |
hour | string | Provides the file containing data for this particular hour. It uses the RFC 3339 date format. Values are in UTC (Universal Coordinated Time). |
parts | array of objects | Provides an array of parts objects, containing the following: Note: If there are late arrivals after the file is downloaded, we'll indicate this by flipping downloadStatus to updated. If there's a late arrival and the download hasn't happened yet, the downloadStatus remains new. |