---
title: "Get terminal logs for a workflow node"
method: GET
path: "/sessions/node/{node_id}/logs"
tags: ["workflow"]
---

# Get terminal logs for a workflow node

`GET /sessions/node/{node_id}/logs`

## Path parameters

- `node_id` string, uuid, required

## Response `200`

Node logs retrieved successfully

- GetNodeLogsResponse
  - `logs` WorkflowNodeLog[], required
    - `content` string, required
    - `id` string, uuid, required
    - `is_stderr` boolean, required
    - `node_id` string, uuid, required
    - `timestamp` string, date-time, required

## Other responses

- `404` — Node not found
- `500` — Internal server error

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
