ConversationsV2Operation
Get Operation Status
Retrieve the current status of a long-running operation. Operations progress through: PENDING -> RUNNING -> COMPLETED or FAILED.
get/v2/ControlPlane/Operations/{Sid}
Response
Operation status
Example response
{
"operationId": "proc_job_01h9d8r0vte3hz8tykdj329t7r",
"status": "COMPLETED",
"createdAt": "2025-01-15T10:30:00Z",
"completedAt": "2025-01-15T10:30:05Z",
"statusUrl": "https://conversations.twilio.com/v2/ControlPlane/Operations/proc_job_01h9d8r0vte3hz8tykdj329t7r",
"related": {
"configurationId": "cfg_configuration_01h9d8r0vte3hz8tykdj329t7r"
},
"error": null
}