Retrieve Agent Context Window
Retrieve the context window of a specific agent.
Path parameters
agent_id
Headers
Authorization
Header authentication of the form Bearer <token>
Response
Successful Response
context_window_size_max
The maximum amount of tokens the context window can hold.
context_window_size_current
The current number of tokens in the context window.
num_messages
The number of messages in the context window.
num_archival_memory
The number of messages in the archival memory.
num_recall_memory
The number of messages in the recall memory.
num_tokens_external_memory_summary
The number of tokens in the external memory summary (archival + recall metadata).
external_memory_summary
The metadata summary of the external memory sources (archival + recall metadata).
num_tokens_system
The number of tokens in the system prompt.
system_prompt
The content of the system prompt.
num_tokens_core_memory
The number of tokens in the core memory.
core_memory
The content of the core memory.
num_tokens_summary_memory
The number of tokens in the summary memory.
num_tokens_functions_definitions
The number of tokens in the functions definitions.
num_tokens_messages
The number of tokens in the messages list.
messages
The messages in the context window.
summary_memory
The content of the summary memory.
functions_definitions
The content of the functions definitions.