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 8 Next »

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

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

In an effort to avoid potential data staleness, we recommend that clients do not cache JSON response data for a period longer than 30 days, especially for content that may be prone to change.

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