---
title: "List SFTP credentials"
method: GET
path: "/headless/sftp/credentials/"
tags: ["sftp-credentials"]
---

# List SFTP credentials

`GET /headless/sftp/credentials/`

## Response `200`

List of SFTP credentials

- object
  - `count` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` SftpCredential[]
    - `id` string, uuid
    - `hostname` string, required
    - `port` integer, required
    - `user` string, required
    - `auth_type` 'PASSWORD' | 'KEY', required
    - `key_fingerprint` string, nullable

---

[API](https://skmtc.net/dromoio/apis/dromo.md) · [All operations](https://skmtc.net/dromoio/apis/dromo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dromoio/dromo/versions/41b60f48ecd6/schema)
