---
title: "List Outbound Connection Logs"
method: GET
path: "/outbound_connection_logs"
tags: ["outbound_connection_logs", "Outbound Connection Logs"]
---

# List Outbound Connection Logs

`GET /outbound_connection_logs`

List Outbound Connection Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of OutboundConnectionLogs objects.

- OutboundConnectionLogEntity[]
  - `timestamp` string, date-time — Start Time of Action. Deprecrated: Use created_at.
  - `path` string — Remote Path.
  - `client_ip` string — End User IP
  - `src_remote_server_id` integer — Source Remote Server ID
  - `src_remote_server_name` string — Source Remote Server name
  - `dest_remote_server_id` integer — Destination Remote Server ID
  - `dest_remote_server_name` string — Destination Remote Server name
  - `operation` 'copy_file' | 'delete' | 'download_request' | 'home_path' | 'list' | 'list_recursive' | 'list_recursive_with_download' | 'list_with_download' | 'metadata' | 'mkdir' | 'move_file' | 'ping' | 'rmdir_r' | 'upload' | 'upload_finalize' | 'upload_request' — Operation Type
  - `error_message` string — Error message, if applicable
  - `error_operation` string — Error operation, if applicable
  - `error_type` string — Error type, if applicable
  - `status` 'complete' | 'error' — Status
  - `duration_ms` integer — Duration (in milliseconds)
  - `bytes_uploaded` integer — Data Length in Bytes. Present for upload actions that transfer data.
  - `bytes_downloaded` integer — Data Length in Bytes. Present for download actions that transfer data.
  - `list_count` integer — Number of entries returned for a folder list action.
  - `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)
