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

conversation_idstring

Identifier of the related conversation.

created_atstring date-time required

Date and time when the action was created

idstring required

Unique identifier of the action

statusstring required

Status of an asynchronous conversation action

Enum: "PENDING", "SUCCESS", "ERROR"

updated_atstring date-time required

Date and time when the action was last updated

Example response

{
  "errors": [
    {
      "code": "DATA_NOT_FOUND",
      "message": "Conversation not found for the given ID."
    }
  ],
  "id": "abcd"
}