# List Incoming Faxes (Faxage)

> Perform List Incoming Faxes (Faxage) through Faxage.

Source: [https://genhealth.ai/docs/workflows/integrations/faxage/list_incoming_faxes](https://genhealth.ai/docs/workflows/integrations/faxage/list_incoming_faxes)

Integration: [Faxage](https://genhealth.ai/docs/workflows/integrations/faxage.md)

- Handler: `list_incoming_faxes`

- Connection type: `faxage`

## Inputs

This action has no public inputs.

## 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": {},
  "additionalProperties": false
}
```

### Output schema

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