---
title: "Get Workflow Executions By Alert Fingerprint"
method: GET
path: "/workflows/executions"
tags: ["workflows", "alerts"]
---

# Get Workflow Executions By Alert Fingerprint

`GET /workflows/executions`

Get workflow executions by alert fingerprint

## Response `200`

Successful Response

- WorkflowToAlertExecutionDTO[]
  - `workflow_id` string, required
  - `workflow_execution_id` string, required
  - `alert_fingerprint` string, required
  - `workflow_status` string, required
  - `workflow_started` string, date-time, required

---

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