# List Folders

> Perform List Folders through DocuTrack.

Source: [https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_list_folders](https://genhealth.ai/docs/workflows/integrations/docu-track/docutrack_list_folders)

Integration: [DocuTrack](https://genhealth.ai/docs/workflows/integrations/docu-track.md)

- Handler: `docutrack_list_folders`

- Connection type: `docutrack`

## Inputs

This action has no public inputs.

## Outputs

- `success` — Success
- `folders` — Folders
- `count` — Count
- `error` — Error

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

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

### Output schema

```json
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "folders": {},
    "success": {}
  },
  "additionalProperties": true
}
```
