Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Current »

The date and time when JSON response data will expire from the Verity cache.

JSON response data is maintained by Verity for a time-to-live (TTL) period following the processedAt time. The default TTL varies depending on the type of content analyzed:

Content Type

Default TTL

Page

Website home page.

Verity considers a home page to be a web page accessed at either:

  • <Website URL>/
    Example https://www.cnn.com/

  • <Website URL>/index.html
    Example https://www.latimes.com/index.html

30 minutes

All other pages

30 days

Video

360 days

Image

14 days

Text

30 days

Refer to Data Storage for more information.

The expiresAt date and time are expressed in ISO-8601 format.

Values

yyyy-MM-dd'T'HH:mm:ss.SSS'Z'

Example

"expiresAt": "2021-06-24T17:57:03.690Z"

  • No labels