List conversation identity events
GET /api/conversations/{id}/identity-events
Returns the identity and verification events recorded during a conversation. These form the audit trail for how a caller was identified and verified across turns, including factor collection and assurance decisions.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The unique identifier of the conversation.
Responses
Section titled “ Responses ”The identity events for the conversation.
The list of identity events recorded for a conversation.
object
The identity events for the conversation.
A single identity or verification event recorded during a conversation. Events capture how a caller was identified and verified across turns, forming the audit trail for factor collection and assurance decisions.
object
Unique identifier for the event.
Example
ie1a2b3c-5678-9abc-def0-1234567890abThe tenant this event belongs to.
Example
a0b1c2d3-4567-89ab-cdef-0123456789abThe conversation this event belongs to.
Example
c1a2b3c4-5678-9abc-def0-1234567890abThe conversation turn during which the event occurred, when applicable.
Timestamp when the event occurred.
Example
2026-03-25T11:40:00.000ZThe kind of identity event, such as a factor being collected or a verification being evaluated.
Example
factor_collectedThe category of the identity factor involved, when applicable.
Example
knowledgeThe specific factor type involved, when applicable.
Example
order_numberThe principal the factor was bound to, when applicable.
The assurance level derived from the collected factors, when computed.
Example
mediumThe dimension the resulting scope applies to, when applicable.
Example
accountFree-form values describing the scope granted, when present.
object
Example
{ "accountId": "ac1a2b3c-5678-9abc-def0-1234567890ab"}Reference to supporting evidence for the event, when recorded.
The prompt version used when the event was produced, when applicable.
The verification question presented, when applicable.
Example
Can you confirm the order number?The tool that produced the event, when applicable.
A short summary of the evaluation outcome, when applicable.
Example
Order number matched an active order.Timestamp when the event row was created.
Example
2026-03-25T11:40:00.000ZNo conversation exists with the given ID in the authenticated tenant.
Standard error response returned by all endpoints on failure.
object
A human-readable error message describing what went wrong.
Example
Conversation not found