Skip to documentation
Plivo integration

Get Recording

Perform Get Recording through Plivo.

View as Markdown
plivo_get_recording
readplivo

Inputs

  • recording_id
    expressionrequired
    Recording Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • recordingRecording
  • recording_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
}
View all Plivo actions