---
title: "Interact - legacy (non-stream)"
method: POST
path: "/state/user/{userID}/interact"
tags: ["Conversation", "Public-Docs"]
deprecated: true
---

# Interact - legacy (non-stream)

`POST /state/user/{userID}/interact`

> **Deprecated.**

<Note>This endpoint is deprecated. Use the [Interact (non-stream)](/api-reference/conversation/interact-non-stream) endpoint instead. This legacy endpoint will continue to work for now, and we'll communicate a timeline for removal when one is available. We recommend migrating as soon as possible.</Note>
Returns an array of traces in response to a user interaction.

## Path parameters

- `userID` string, required — An ID which uniquely identifies the user having the conversation.

## Request body

- object
  - `state` object
    - `variables` object
  - `request` unknown
  - `action` unknown
  - `config` unknown

## Response `200`

---

[API](https://skmtc.net/voiceflow/apis/general-runtime.md) · [All operations](https://skmtc.net/voiceflow/apis/general-runtime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voiceflow/general-runtime/versions/6b1c4f778c56/schema)
