---
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

- object[]
  - `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

## Changes

- **2024-04-17** `f8a2e9441925` — 2 warning, 3 info
  - removed the optional property `message` from the response with the `401` status
  - removed the optional property `message` from the response with the `500` status
  - the endpoint scheme security `apikey-header-x-openmic-public-key` was removed from the API
  - added the optional property `error` to the response with the `401` status
  - …1 more

[Change history](https://skmtc.dev/openmicai/apis/openmic-v1-external-api/changes/api/public/interactions/get.md)

---

[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/f8a2e9441925/schema)
