latestOpenAPI 3.1.02026-08-1828105315.1 KB
cc009fec5cdd
Conversations
getConversationActionStatus - Get action status
<div class="extension-title">Description</div>Use this API to check the status of your asynchronous conversation action.
<div class="api-description-extension"> </div>get/conversations/actions/{actionId}
Path parameters
actionIdstring required
Unique identifier of the action
Response
Action status retrieved successfully
Example response
{
"errors": [
{
"code": "DATA_NOT_FOUND",
"message": "Conversation not found for the given ID."
}
],
"id": "abcd"
}