Interactions

Get Interaction

Retrieves details of a specific interaction identified by its ID.

get/api/public/interactions/{interactionId}

Path parameters

interactionIdinteger required

The ID of the interaction to retrieve

Headers

x-openmic-public-keystring required

API key for authentication.

Response

Interaction found

interactionIdinteger

The ID of the interaction.

fromPhoneNumberIdinteger

The ID of the phone number initiating the interaction.

toPhoneNumberstring

The phone number receiving the interaction.

botIdinteger

The ID of the bot involved in the interaction.

timestampstring date-time

The timestamp when the interaction occurred.

Changes