# Get takeover state

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

**Request**

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

**Response**

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

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