---
title: "List Public Hosting Request Logs"
method: GET
path: "/public_hosting_request_logs"
tags: ["public_hosting_request_logs", "Public Hosting Request Logs"]
---

# List Public Hosting Request Logs

`GET /public_hosting_request_logs`

List Public Hosting Request Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of PublicHostingRequestLogs objects.

- PublicHostingRequestLogEntity[]
  - `timestamp` string, date-time — Start Time of Action. Deprecrated: Use created_at.
  - `remote_ip` string — IP Address of Public Hosting Client.
  - `server_ip` string — IP Address of Public Hosting Server.
  - `hostname` string — HTTP Request Hostname.
  - `path` string — HTTP Request Path.
  - `responseCode` integer — HTTP Response Code.
  - `success` boolean — Whether SFTP Action was successful.
  - `duration_ms` integer — Duration (in milliseconds).
  - `created_at` string, date-time — Start Time of Action.
  - `bytes_transferred` integer — The number of bytes transferred for file downloads.
  - `http_method` string — Method of the HTTP call.

## 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)
