Skip to main content
GET
/
api
/
v1
/
products
/
{product_id}
/
conversations
/
{conversation_id}
/
status
Get conversation status
curl --request GET \
  --url https://api.clarityq.ai/api/v1/products/{product_id}/conversations/{conversation_id}/status \
  --header 'X-API-Key: <api-key>'
{
  "status": "IN_PROGRESS"
}

Authorizations

X-API-Key
string
header
required

API key obtained from the ClarityQ dashboard.

Path Parameters

product_id
string<uuid>
required
conversation_id
string<uuid>
required

Response

Successful Response

status
enum<string>
required

Current status of the conversation.

Available options:
IN_PROGRESS,
COMPLETED,
ERROR