results | array | List of conversation interaction records. |
results[].requestId | string | Unique identifier for the request. |
results[].conversationId | string | Unique identifier for the conversation session. |
results[].botId | string | Identifier of the Agentic application. |
results[].accountId | string | Identifier of the account associated with the request. |
results[].orgId | string | Identifier of the organization. |
results[].query | string | User query submitted in the conversation. |
results[].override | boolean | Indicates whether the response overrides default behavior. |
results[].isSearch | boolean | Indicates whether the query is processed as a search request. |
results[].participantId | string | Identifier of the participant in the conversation. |
results[].timestamp | string (ISO 8601) | Time when the query was received. |
results[].language | string | Language of the query. |
results[].experience | string | Interaction channel (for example, chat or voice). |
results[].responses | array | List of responses generated for the query. |
results[].responses[].serviceType | string | Type of service that generated the response. |
results[].responses[].reqStatus | string | Request status code returned by the service. |
results[].responses[].resStatus | integer | HTTP status code of the response. |
results[].responses[].response | array | Content elements of the response. |
results[].responses[].response[].type | string | Type of response content (for example, text). |
results[].responses[].response[].content | string | Response content generated by the service. |
results[].responses[].sessionInfo | object | Metadata related to the session. |
results[].responses[].sessionInfo.status | string | Current status of the session. |
results[].responses[].sessionInfo.userReference | string | Reference identifier for the user. |
results[].responses[].sessionInfo.sessionReference | string | Reference identifier for the session. |
results[].responses[].sessionInfo.userId | string | Unique identifier of the user. |
results[].responses[].sessionInfo.sessionId | string | Unique identifier of the session. |
results[].responses[].sessionInfo.runId | string | Identifier of the execution run. |
results[].responses[].sessionInfo.appId | string | Identifier of the application. |
results[].responses[].sessionInfo.attachments | array | List of attachments associated with the session. |
results[].responses[].sessionInfo.conversationState | string | Current state of the conversation. |
results[].responses[].sessionInfo.activeConversationAgent | string | Name of the active agent handling the conversation. |
results[].responses[].sessionInfo.voiceAgentSwitch | object | Details about voice agent switching. |
results[].responses[].sessionInfo.voiceAgentSwitch.agentName | string | Name of the voice agent. |
results[].responses[].sessionInfo.voiceAgentSwitch.taskStatus | string | Current task status of the agent. |
results[].responses[].sessionInfo.source | string | Source of the interaction. |
results[].responses[].receivedAt | string (ISO 8601) | Time when the response was received. |
totalCount | integer | Total number of records available. |
page | integer | Current page number. |
totalPages | integer | Total number of pages available. |
limit | integer | Maximum number of records per page. |
hasMore | boolean | Indicates whether more records are available. |