List Faxes (RingCentral)
Perform List Faxes (RingCentral) through RingCentral.
list_ringcentral_faxeswriteringcentral
Inputs
- Days Back
days_backnumberOptional numeric value.
Default:
90 - From Number
from_numbertextOptional text value.
- Limit
limitnumberOptional numeric value.
Outputs
successSuccessfaxesFaxescountCounterrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"days_back": {
"type": "number",
"default": 90,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"from_number": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"faxes": {},
"success": {}
},
"additionalProperties": true
}