---
title: "List FTP Action Logs"
method: GET
path: "/ftp_action_logs"
tags: ["ftp_action_logs", "FTP Action Logs"]
---

# List FTP Action Logs

`GET /ftp_action_logs`

List FTP Action Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of FtpActionLogs objects.

- FtpActionLogEntity[]
  - `timestamp` string, date-time — Start Time of Action. Deprecrated: Use created_at.
  - `remote_ip` string — IP Address of FTP Client
  - `server_ip` string — IP Address of FTP Server
  - `username` string — Username
  - `session_uuid` string — Unique ID of the Session
  - `seq_id` integer — FTP Sequence ID
  - `auth_ciphers` string — Authentication Ciphers
  - `action_type` string — Action Type
  - `path` string — Path as sent by the Client (may not match Files.com path due to user root folders for FTP)
  - `true_path` string — Path on Files.com
  - `name` string — Name of File
  - `cmd` string — FTP Command Name
  - `param` string — FTP Command Param
  - `responseCode` integer — FTP Response Code
  - `responseMessage` string — FTP Response Message
  - `entries_returned` integer — Number of entries returned when listing files and folders
  - `success` boolean — Whether FTP Action was successful.
  - `status` 'SUCCESS' | 'FAILURE' | 'PARTIAL_TRANSFER' — FTP Action status.
  - `duration_ms` integer — Duration (in milliseconds)
  - `created_at` string, date-time — Start Time of Action

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
