cURL
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" }
Retrieve the current status of a conversation.
API key obtained from the ClarityQ dashboard.
Successful Response
Current status of the conversation.
IN_PROGRESS
COMPLETED
ERROR