Get Call
Perform Get Call through Plivo.
plivo_get_callreadplivo
Inputs
- Call Uuid
call_uuidexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccesscallCallcall_uuidCall Uuidcall_statusCall Status
Output schema completeness: best_effort_declared
Safety
- External effect
- read
- Confirmation recommended
- No
- Retry safe
- Yes
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"call_uuid"
],
"properties": {
"call_uuid": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"call": {},
"success": {},
"call_uuid": {},
"call_status": {}
},
"additionalProperties": true
}