Detail

Authentication

Authorizationstring
API Key authentication via header

Path parameters

interaction_idstringRequired

Response

Successful Response
idstringformat: "uuid"
The ID of the interaction.
created_atstringformat: "date-time"
The date and time the interaction was created.
channel_idstringformat: "uuid"
The ID of the channel.
participantobject
The participant that sent this interaction.
contentlist of objects
The content of the interaction.
content_roleenum
Whether the content is from a user message, intermediate agent reasoning, or final agent response.
completeboolean

Whether the interaction is complete. Incomplete interactions are only included when include_incomplete query parameter is True.

metadatamap from strings to any or null
Metadata for the interaction.
nested_interactionslist of objects or null

Nested interactions for this interaction. This will only be present when include_nested_interactions is True.

interaction_idstring or nullformat: "uuid"
Groups all events from a single user turn. Use this to group related messages.
span_idstring or nullformat: "uuid"
Unique identifier for this specific event in the interaction tree.
parent_span_idstring or nullformat: "uuid"

The span_id of the parent event, for hierarchical grouping.

organization_idstring or nullformat: "uuid"
The ID of the organization that owns the channel this interaction belongs to. Used for business intelligence filtering in Kibana.
organization_applicationstring or null

The application that created the organization (e.g., ‘flockx’, ‘asi_one’, ‘fetch_business’). Used for filtering interactions by product in Kibana.

Errors