cURL
curl --request GET \ --url https://api.example.com/api/conversations/{conversation_id}/events/search
{ "items": [ { "llm_response_id": "<string>", "kind": "Condensation", "id": "<string>", "timestamp": "<string>", "source": "environment", "forgotten_event_ids": [ "<string>" ], "summary": "<string>", "summary_offset": 1 } ], "next_page_id": "<string>" }
Search / List local events
Enum for event sorting options.
TIMESTAMP
TIMESTAMP_DESC
Successful Response
This action indicates a condensation of the conversation history is happening.
Show child attributes
Was this page helpful?