---
title: "Get Execution Log"
method: GET
path: "/v3/workflows/{id}/logs/{logId}"
tags: ["Workflows"]
---

# Get Execution Log

`GET /v3/workflows/{id}/logs/{logId}`

Listar um log específico por ID

## Path parameters

- `id` string, required
- `logId` string, required

## Response `200`

- object
  - `totalCount` number — Total de registros
  - `data` WorkflowActionLog[]
    - `id` string, required
    - `_id` string, required

---

[API](https://skmtc.net/kinbox/apis/kinbox-api.md) · [All operations](https://skmtc.net/kinbox/apis/kinbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kinbox/kinbox-api/revisions/c8469f0ba490/schema)
