Get Recording
Perform Get Recording through Plivo.
plivo_get_recordingreadplivo
Inputs
- Recording Id
recording_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessrecordingRecordingrecording_urlRecording Url
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": [
"recording_id"
],
"properties": {
"recording_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"success": {},
"recording": {},
"recording_url": {}
},
"additionalProperties": true
}