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

# List Action Logs

`GET /action_logs`

List Action Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of ActionLogs objects.

- ActionLogEntity[]
  - `action` string — The type of action performed
  - `created_at` string, date-time — Time the action was performed
  - `destination` string — Destination path, for moves and copies
  - `failure_type` string — Failure type, if applicable
  - `folder` string — Folder involved in the action
  - `interface` string — Interface used to perform the action
  - `ip` string — IP address from which the action was performed
  - `metadata_dm_id` integer — File or Folder ID associated with the action
  - `parent_metadata_dm_id` integer — Parent File or Folder ID associated with the action
  - `path` string — File path
  - `site_id` integer — Site ID where the action took place
  - `src` string — Source path, for moves and copies
  - `user_id` integer — User ID who performed the action
  - `username` string — Username who performed the 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)
