Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListAgentTaskEventsResponse

ListAgentTaskEventsResponse

    TODO: add polling support (via lastSeen)

    Properties

    • events array[AgentConsoleEvent] required
      Events contains the list of events for this page.
    • id string required
      The UUID of the event
    • isSynthetic boolean required
      True when the event was synthesized by the backend rather than submitted directly by the user or agent runtime.
    • type string required
    • continuationToken string optional
      ContinuationToken can be used to fetch the next page of results. If null, there are no more results available.