---
title: "Get a list of all runs for a specific workflow"
method: GET
path: "/api/my/workflows/{workflowId}/runs"
---

# Get a list of all runs for a specific workflow

`GET /api/my/workflows/{workflowId}/runs`

List all runs for a specific workflow

## Path parameters

- `workflowId` string, required — The ID for the workflowId.

## Headers

- `Authorization` string — Bearer token for authentication.
- `Credimi-Api-Key` string — User API key or internal admin API key, depending on the endpoint.

## Response `200`

Successful response

- HandlersListMyWorkflowRunsResponse
  - `executions` HandlersWorkflowExecutionSummary[], nullable
    - `children` HandlersWorkflowExecutionSummary[]
    - `displayName` string
    - `duration` string
    - `endTime` string
    - `enqueuedAt` string
    - `execution` HandlersWorkflowIdentifier
      - `runId` string
      - `workflowId` string
    - `failure_reason` string, nullable
    - `fcaf_report` string
    - `fcaf_report_pdf` string
    - `has_logs` boolean
    - `maestro_screenshots` string[]
    - `queue` HandlersWorkflowQueueSummary
      - `line_len` integer
      - `position` integer
      - `runner_ids` string[]
      - `ticket_id` string
    - `report` string
    - `results` PipelineResultsPipelineResults[]
      - `log` string
      - `screenshot` string
      - `video` string
    - `startTime` string
    - `status` string
    - `type` HandlersWorkflowType
      - `name` string

## Other responses

- `default` — An unexpected error occurred.

## Changes

> 34 revisions in range; 2 could not be searched.

- **2026-07-16** `e5674e13c11f` — 1 info
  - added the optional property `executions/items/has_logs` to the response with the `200` status
- **2026-06-05** `fdc34babbe42` — 1 info
  - added the optional property `executions/items/report` to the response with the `200` status
- **2026-05-15** `3480fda55a73` — 2 info
  - added the new optional `header` request parameter `Credimi-Api-Key`
  - the `header` request parameter `Authorization` became optional
- **2026-04-01** `0fd575ca8130` — 1 info
  - endpoint added
- **2024-10-17** `53644f0719aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/api/my/workflows/:workflowId/runs/get.md)

---

[API](https://skmtc.dev/forkbombeu/apis/credimi-api.md) · [All operations](https://skmtc.dev/forkbombeu/apis/credimi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forkbombeu/credimi-api/revisions/eaad04e53622/schema)
