Skip to content

AgentMemoryGetCallsTimelineOptions

Options for retrieving the memory-calls timeline.

Extends

Properties

Property Type Description
agentId? string Filter to a single agent by ID. Obtain an agentId from the Agents service.
agentVersion? string Filter to a specific agent version.
endTime? Date Exclusive upper bound for the query window. Defaults to now when omitted.
executionType? AgentMemoryExecutionType Filter to a specific execution kind. Omit to include both Debug and Runtime.
folderKeys? string[] Folder keys to scope the query. Results are limited to folders you can access.
startTime? Date Inclusive lower bound for the query window. Defaults to 24 hours before endTime when omitted.