Skip to main content
GET
Get Conversation
This endpoint does not emit any event to the webhook. It is a read-only query to retrieve the current status of a conversation.

Description

Retrieves the details and current status of a specific conversation. Returns information about the user, the associated bot, start and close dates, and the end reason if applicable.

Endpoint

Path parameters

string
required
Unique identifier of the Jelou project the conversation belongs to.
string
required
Unique identifier of the conversation you want to retrieve.

Authentication

All requests must include the x-api-key header with your Jelou project API key.

Request example

The following example retrieves the details of conversation CONVERSATION_ID within project PROJECT_ID:
cURL

Responses

Response example

Response structure

Authorizations

x-api-key
string
header
required

API key del proyecto de Jelou

Path Parameters

projectId
string
required

Unique identifier of the Jelou project

conversationId
string
required

Unique identifier of the conversation

Response

Conversation retrieved successfully