---
title: "Request Live Agent"
method: POST
path: "/intercom/request-live-agent/{dante_conversation_id}"
tags: ["Intercom"]
---

# Request Live Agent

`POST /intercom/request-live-agent/{dante_conversation_id}`

## Path parameters

- `dante_conversation_id` string, uuid, required

## Response `200`

Successful Response

- AgentConversation
  - `id` string, uuid
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `name` string, required — Name of the conversation.
  - `conversation_id` string, uuid, required — The ID of the conversation related to this.
  - `agent_user_id` string, uuid — The ID of the agent user.
  - `agent_takeover_request_id` string, uuid, required — The ID of the agent takeover request.
  - `kb_id` string, uuid, required — The ID of the Lnowledge Base.
  - `request_time` string, date-time, required — Time of the request.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
