Skip to main content

Request Threat Signature Release History

GET 

/threats/history

A GET request to retrieve the threats signature release history by id and package type.

  • Notes:
    • The retention policy of Antivirus release history data is for 1 year (only the last 1 year of release history data will be available).
    • The retention policy of WildFire release history data is for 30 days (only the last 30 days of release history data will be available).
    • Any Antivirus / WildFire release history information before Version 4140 is best-effort since the information is not available.
    • The Antivirus / WildFire version field in the responses before Version 4140 is in the format of XXXX (ex. "version": "4140") and after that the format is XXXX-YYYY (ex. "version": "4141-4637").
    • The Antivirus / WildFire release time before Version 4140 is the package start building time as the actual release time is not available.

Request

Responses

Request succeeded

Response Headers
    X-Day-RateLimit-Limit

    The maximum number of requests that the user is permitted to make per day.

    Example: 2000
    X-Day-RateLimit-Remaining

    The number of requests remaining in the current rate limit window (one day).

    X-Day-RateLimit-Reset

    The epoch timestamp at which the current rate limit window (one day) resets.

    X-Minute-RateLimit-Limit

    The maximum number of requests that the user is permitted to make per minute.

    Example: 200
    X-Minute-RateLimit-Remaining

    The number of requests remaining in the current rate limit window (one minute).

    X-Minute-RateLimit-Reset

    The epoch timestamp at which the current rate limit window (one minute) resets.