Get the Activity Stream for an AI Agent

To get the activity stream of an AI agent, add the AI Agent action in your integration and configure the operation Get AI Agent Activity Stream. Once an AI agent is run, you have the conversation ID. You can get the activity stream of the AI agent by providing the conversation ID. The status in the response indicates which status the AI agent is currently in.

For example, you could have an integration with an AI Agent action that starts an AI agent and another AI Agent action that gets the activity stream for the AI agent by using the conversation ID.


Scheduled integration with two AI agent actions: the first AI agent action starts the AI agent, the second AI agent action gets the activity stream.

  1. Add an AI Agent action to an integration in either of the following ways:
    • On the side of the canvas, click Actions Integration actions icon and drag to the appropriate location.
    • Click Add icon at the location where you want to add the action, type AI, then select AI Agent.
  2. Configure the AI agent activity stream.
    1. In Configure Basic Info, configure fields for your AI agent, then click Continue:
      • What do you want to call your endpoint: Required. Enter a meaningful name that reflects the business function of the call such as getActivityStream.
      • What does this endpoint do: Optional description. For example: Gets the activity stream of the AI agent.
      • Action: Select Get AI agent activity stream.

      Configure Basic Info panel for an AI Agent invoke action with Get AI agent activity stream selected from the Action list.

    2. In Summary, click Finish.
  3. Configure mapping and map the conversation ID.

    Mapper screen with Conversation ID mapped from source to target

  4. Activate the integration.