> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/external-chat-api/reference/endpoints/get-conversation-queue-information.md).

# Get conversation queue information

{% hint style="warning" %}
All API requests should contain [authorization headers](/docs/apis/tickets/authorization-headers.md).
{% endhint %}

**Request**

```
GET chat/conversations/{id}/queueInfo
```

**Response**

```json
{
    "data": {
        "position": 1403,
        "waitTime": 15
    },
    "errorCode": -1,
    "errorText": null
}
```

The `Data` field contains an [Conversation queue position](/docs/apis/external-chat-api/reference/objects/conversation-queue-position.md) type.
