---
title: "Returns a list of conversations requested by a specific user."
method: GET
path: "/v1/users/{userId}/requested_conversations"
tags: ["Users"]
deprecated: true
---

# Returns a list of conversations requested by a specific user.

`GET /v1/users/{userId}/requested_conversations`

> **Deprecated.**

## Path parameters

- `userId` string, required

## Query parameters

- `limit` integer

## Response `200`

A JSON array of conversations

- object
  - `data` Conversation[], required
    - `id` integer, required — The id of the conversation. May also be referred to as the csid.
    - `created_at` string, required
    - `requester_id` string, required
    - `channel` 'widget_chat' | 'phone' | 'voice_mail' | 'email' | 'contact_form' | 'callback' | 'facebook_messenger', required — The channel a conversation can be conducted on.
    - `direction` 'outbound' | 'inbound' | 'internal', required — The direction a conversation can be
    - `queued_at` string
    - `queue_id` string
    - `status` 'open' | 'closed' | 'pending' | 'awaiting_pending', required
    - `status_updated_at` string
    - `attributes` object
    - `assigned_to` string
    - `assigned_at` string
  - `paging` Paging
    - `cursors` object, required
      - `after` string — The id of the item immediately after the last item in this resultset
      - `before` string — The id of the item immedeately before the first item in this resultset
    - `next_page` string — The link to the next page of values
    - `prev_page` string — The link to the previsous page of results

---

[API](https://skmtc.net/dixa/apis/integrations-api-deprecated.md) · [All operations](https://skmtc.net/dixa/apis/integrations-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/integrations-api-deprecated/versions/bb4e8372fb22/schema)
