---
title: "Get Interaction"
method: GET
path: "/api/public/interactions/{interactionId}"
tags: ["Interactions"]
---

# Get Interaction

`GET /api/public/interactions/{interactionId}`

Retrieves details of a specific interaction identified by its ID.

## Path parameters

- `interactionId` integer, required

## Headers

- `x-openmic-public-key` string, required

## Response `200`

Interaction found

- InteractionResponse
  - `interactionId` integer — The ID of the interaction.
  - `fromPhoneNumberId` integer — The ID of the phone number initiating the interaction.
  - `toPhoneNumber` string — The phone number receiving the interaction.
  - `botId` integer — The ID of the bot involved in the interaction.
  - `timestamp` string, date-time — The timestamp when the interaction occurred.

## Other responses

- `401` — Unauthorized, JWT token is missing or invalid
- `404` — Interaction not found
- `500` — Internal server error

---

[API](https://skmtc.dev/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.dev/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/6e5fad8b5bae/schema)
