---
title: "List workflow run logs"
method: GET
path: "/public/v1/workflows/{workflowId}/logs"
tags: ["Workflows"]
---

# List workflow run logs

`GET /public/v1/workflows/{workflowId}/logs`

Lists the run history (executions) of a workflow. Requires a USER API key.

## Path parameters

- `workflowId` number, nullable

## Query parameters

- `status` 'COMPLETED' | 'PENDING' | 'FAILED'
- `start_date` string, nullable
- `end_date` string, nullable

## Response `200`

A list of runs

- object — Standard list response
  - `results` PublicWorkflowLog[], required
    - `id` number, required
    - `successful` boolean, required
    - `started_at` string, nullable
    - `completed_at` string, nullable
    - `duration` number, nullable — Run duration in ms.
    - `operations` number, nullable
    - `ai_credits` number, nullable
    - `error` string, nullable
    - `insufficient_credits` boolean, nullable
    - `prevented_loop` boolean, nullable

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
