> 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-takeover-state.md).

# Get takeover state

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

**Request**

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

**Response**

```json
{
    "data": {
        "isAssignedToBot": true
    },
    "errorCode": -1,
    "errorText": null
}
```

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