For the complete documentation index, see llms.txt. This page is also available as Markdown.

DateModified

The DateModified() function returns the date and time of the last change to an AI agent conversation, for example when a new message was added.

Use this function to show when a conversation was last active, or to check whether a conversation has gone stale. Use DateCreated() if you need the moment the conversation was started instead.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

DateModified(conversation)

DateModified([Client.Conversation]) => 07-08-2026 16:05

Parameters

Name
Type
Required
Description

conversation

AI agent conversation

☑️

an AI agent conversation field from the data model

Last updated

Was this helpful?