ConversationsV2Action
Get Action Status
Retrieve the current status of an Action.
get/v2/Conversations/{ConversationId}/Actions/{ActionId}
Response
Action status.
Example response
{
"id": "conv_action_01k1etx3jbfx88476ccja0889e",
"type": "SEND_MESSAGE",
"status": "COMPLETED",
"conversationId": "conv_conversation_01k1etx3jbfx88476ccja0889c",
"related": {
"messageSid": "SM1234567890abcdef1234567890abcdef",
"communicationId": "conv_communication_01k1etx3jbfx88476ccja0889c"
},
"createdAt": "2026-03-30T10:30:00Z",
"completedAt": "2026-03-30T10:30:02Z"
}