---
title: "Get the position of the conversation in its current queue"
method: GET
path: "/beta/queues/conversation-position/{csid}"
tags: ["Queues", "Chatbots"]
---

# Get the position of the conversation in its current queue

`GET /beta/queues/conversation-position/{csid}`

Get the approximate position of a given conversation in its current queue.

## Path parameters

- `csid` integer, required

## Response `200`

The position of the conversation in the queue

- GetQueuedConversationPositionOutput
  - `data` QueuedConversation, required
    - `position` integer — Approximate position of the conversation in the current queue
    - `queuedAt` string, date-time, required

## Other responses

- `400` — Invalid value for: path parameter csid, Invalid value extracted from request context
- `404` — An entity in this request could not be found
- `500` — Internal failure during request processing

---

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