---
title: "Get direct conversation info"
method: GET
path: "/api/im/direct/{userId}"
tags: ["IM-Messaging"]
---

# Get direct conversation info

`GET /api/im/direct/{userId}`

Check if a direct conversation exists with the target user. Returns conversation details if exists.

## Path parameters

- `userId` string, required

## Response `200`

Conversation info

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api.md) · [All operations](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prismer-ai/prismer-cloud-api/revisions/7fef0836d17f/schema)
