# Workflow Runs

An execution of a Workflow in response to a triggering event.

## Endpoints

### Retrieve a Workflow Run

- [GET /v2/core/workflow_runs/:id](https://docs.stripe.com/api/v2/core/workflow-runs/retrieve.md)

### List Workflow Runs

- [GET /v2/core/workflow_runs](https://docs.stripe.com/api/v2/core/workflow-runs/list.md)

### Invoke a workflow

- [POST /v2/core/workflows/:id/invoke](https://docs.stripe.com/api/v2/core/workflow-runs/invoke-workflow.md)
