---
title: "List WebDAV Action Logs"
method: GET
path: "/web_dav_action_logs"
tags: ["web_dav_action_logs", "WebDAV Action Logs"]
---

# List WebDAV Action Logs

`GET /web_dav_action_logs`

List WebDAV Action Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of WebDavActionLogs objects.

- WebDavActionLogEntity[]
  - `timestamp` string, date-time — Start Time of Action. Deprecrated: Use created_at.
  - `remote_ip` string — IP Address of WebDAV Client
  - `server_ip` string — IP Address of WebDAV Server
  - `username` string — Username
  - `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 WebDAV).
  - `true_path` string — Path on Files.com
  - `name` string — Name of File
  - `http_method` string — Method of the HTTP call.
  - `http_path` string — Path of the HTTP call.
  - `http_response_code` integer — HTTP Response Code returned to the WebDAV Client.
  - `size` integer — Size of File That was Uploaded or Downloaded.
  - `entries_returned` integer — Number of entries returned when listing files and folders
  - `success` boolean — Whether WebDAV Action was successful.
  - `status` 'SUCCESS' | 'FAILURE' | 'PARTIAL_TRANSFER' — WebDAV 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/revisions/c6d6f57e6da8/schema)
