cURL
curl --request GET \ --url https://api.getarbol.com/v1/conversations/{conversationId}/status \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "PENDING", "duration": 123, "startedAt": "2023-11-07T05:31:56Z", "endedAt": "2023-11-07T05:31:56Z" }
Lightweight endpoint for polling conversation status during active calls.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Conversation ID (cnv_ prefix)
Conversation status
PENDING
IN_PROGRESS
SUCCESS
FAILED
UNKNOWN
NO_ANSWER
VOICEMAIL