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

DateCreated

The DateCreated() function returns the date and time on which an AI agent conversation was created.

The value is set once, when the conversation is started, and does not change afterwards. Use DateModified() if you need the moment of the last change instead.

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

Syntax

DateCreated(conversation)

DateCreated([Client.Conversation]) => 07-08-2026 14:24

Parameters

Name
Type
Required
Description

conversation

AI agent conversation

☑️

an AI agent conversation field from the data model

Last updated

Was this helpful?