# Workflows

A Stripe Workflow is a sequence of actions, like Stripe API calls, that are taken in response to an initiating trigger. A trigger can be a Stripe API event, or a manual invocation.

## Endpoints

### Retrieve a Workflow

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

### List Workflows

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