---
title: "List Inbound S3 Logs"
method: GET
path: "/inbound_s3_logs"
tags: ["inbound_s3_logs", "Inbound S3 Logs"]
---

# List Inbound S3 Logs

`GET /inbound_s3_logs`

List Inbound S3 Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of InboundS3Logs objects.

- InboundS3LogEntity[]
  - `path` string — Request Path.
  - `client_ip` string — Client IP
  - `operation` string — S3 Operation Type
  - `status` string — HTTP Status Code
  - `aws_access_key` string — AWS Access Key ID
  - `error_message` string — Error message, if applicable
  - `error_type` string — Error type, if applicable
  - `duration_ms` integer — Duration (in milliseconds)
  - `request_id` string — Request ID
  - `user_agent` string — User Agent
  - `created_at` string, date-time — Start Time of Request

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