> 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/objects/conversation-queue-position.md).

# Conversation queue position

**Example**

```json
{
    "position": 1403,
    "waitTime": 15
}
```

**Fields**

|          |                  |                                                                                                                                      |
| -------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| position | integer          | Current position of the conversation in the system. if `-1` the conversation is not in the queue and currently processed by an agent |
| waitTime | nullable integer | Approximate waiting time in queue in minutes                                                                                         |
