---
title: "Show Automation Run Node"
method: GET
path: "/automation_runs/{id}/node"
tags: ["automation_runs", "Automation Execution Nodes"]
---

# Show Automation Run Node

`GET /automation_runs/{id}/node`

Show Automation Run Node

## Path parameters

- `id` integer, required

## Query parameters

- `node_id` string, required

## Response `200`

The AutomationRuns object.

- AutomationExecutionNodeEntity — AutomationExecutionNodeEntity model
  - `node_id` string — Node ID from the pinned Automation definition.
  - `node_type` string — Node type.
  - `status` string — Node status.
  - `run_stage` string — Current node execution stage.
  - `reused` boolean — Whether this node reused persisted output from an earlier run.
  - `successful_operations` integer — Count of successful operations in this node.
  - `failed_operations` integer — Count of failed operations in this node.
  - `started_at` string, date-time — When this node started.
  - `completed_at` string, date-time — When this node completed.
  - `duration_ms` integer — Node runtime in milliseconds.
  - `inputs` object[] — Ordered inbound edge references.
  - `outputs` object — Output counts, item kinds, and typed-error summaries by outlet.
  - `input_items` object — Materialized input items currently available, grouped by inlet.
  - `output_items` object — Materialized output items grouped by outlet.

## 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/c80c746637fd/schema)
