# Get New Faxes (Tellescope)

> Perform Get New Faxes (Tellescope) through Tellescope.

Source: [https://genhealth.ai/docs/workflows/integrations/tellescope/get_new_tellescope_faxes](https://genhealth.ai/docs/workflows/integrations/tellescope/get_new_tellescope_faxes)

Integration: [Tellescope](https://genhealth.ai/docs/workflows/integrations/tellescope.md)

- Handler: `get_new_tellescope_faxes`

- Connection type: `tellescope`

## Inputs

- `limit` — Limit (number)
  Optional numeric value.
  Default: `"100"`
- `lookback_hours` — Lookback Hours (number)
  Optional numeric value.
  Default: `"48"`

## Outputs

No named outputs are declared for this action.

Output schema completeness: `unknown`

## 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

```json
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "lookback_hours": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    }
  },
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
```
