---
title: "List Automation Logs"
method: GET
path: "/automation_logs"
tags: ["automation_logs", "Automation Logs"]
---

# List Automation Logs

`GET /automation_logs`

List Automation Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of AutomationLogs objects.

- AutomationLogEntity[]
  - `timestamp` string, date-time — Start Time of Action. Deprecrated: Use created_at.
  - `automation_id` integer — Automation ID
  - `automation_run_id` integer — Automation Run ID
  - `correlation_id` string — Logical item correlation ID
  - `dest_path` string — Destination path, for moves and copies
  - `error_type` string — Typed error, if applicable
  - `source_automation_id` integer — ID of the Automation whose definition owns this node
  - `source_automation_version` integer — Pinned version of the Automation whose definition owns this node
  - `message` string — Message
  - `node_id` string — Node ID
  - `node_type` string — Node type
  - `operation` 'as2_send' | 'copy' | 'delete' | 'import_file' | 'items_emitted' | 'mkdir' | 'move' | 'node_finished' | 'node_started' | 'perform_as2_send' | 'run_sync' | 'save_url' | 'wait' — Operation type
  - `output` string — Node outlet used by the item
  - `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/versions/c80c746637fd/schema)
