Conversation Ingest APIs

Send agent conversation data to Data 360 to build persistent memory and enable context retrieval. The Conversation Ingest APIs support the full lifecycle of an agent interaction, from creation through message ingestion to session closure.

Base Path: /api/v1/agentic (JWT) or /server/api/v1/agentic (mTLS)

Authentication: Bearer JWT token

Required Header: agent_id — Your registered agent’s API name

Available in: All editions supported by Data 360. See [Data 360 edition availability].

Conversations follow this hierarchical structure.

  • Conversation: The highest-level container for an interaction. Can contain multiple sessions for handoffs or pauses.
  • Session: A continuous interaction within a conversation. Multiple sessions support agent transfers.
  • Participant: An individual, employee, or agent involved in the session.
  • Entry: A single interaction record (message or trace) within a session.