# Get the position of the conversation in its current queue

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

Endpoint: GET /v1/queues/conversation-position/{csid}
Version: v1
Security: ApiKeyAuth

## Path parameters:

  - `csid` (integer, required)

## Response 200 fields (application/json):

  - `data` (object, required)

  - `data.position` (integer)
    Approximate position of the conversation in the current queue

  - `data.queuedAt` (string, required)

## Response 400 fields (application/json):

  - `message` (string, required)

## Response 404 fields (application/json):

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)


