---
title: "List File Migration Logs"
method: GET
path: "/file_migration_logs"
tags: ["file_migration_logs", "File Migration Logs"]
---

# List File Migration Logs

`GET /file_migration_logs`

List File Migration Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of FileMigrationLogs objects.

- FileMigrationLogEntity[]
  - `timestamp` string, date-time — Start Time of Action. Deprecrated: Use created_at.
  - `file_migration_id` integer — File Migration ID
  - `dest_path` string — Destination path, for moves and copies
  - `error_type` string — Error type, if applicable
  - `message` string — Message
  - `operation` 'copy' | 'delete' | 'delete_for_overwrite' | 'mkdir' | 'move' | 'organize' | 'regional_migration' — Operation type
  - `path` string — File path
  - `status` 'success' | 'failure' | 'skipped' | 'retried_failure' — Status
  - `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)
