---
title: "List Interactions"
method: GET
path: "/api/public/interactions"
tags: ["Interactions"]
---

# List Interactions

`GET /api/public/interactions`

Retrieves all interactions associated with the authenticated user.

## Headers

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

## Response `200`

Interactions 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
- `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)
