---
title: "List Workflow Templates"
method: GET
path: "/workflow_templates"
tags: ["Workflow Template"]
---

# List Workflow Templates

`GET /workflow_templates`

Returns the list of all Workflow Templates in your organization. You can limit the number of items returned by using filters and pagination.

## Response `200`

OK

- GetWorkflowTemplates200Response
  - `meta` Pagination — Metadata about the response.
    - `next_cursor` string, nullable, required — Token to get the next page of results. If `null`, there are no more pages.
  - `data` WorkflowTemplate[]
    - `id` string, uuid, required — Unique identifier of the Workflow Template.
    - `name` string, required — Name of the Workflow Template.
    - `action_groups` WorkflowTemplateActionGroupsInner[], required — List of the Action Groups contained in the Workflow Template. The Action Groups will determine what Actions the end users will have to go through to complete the Workflow Session.
      - `type` 'signature_request' | 'identity_verification' | 'proof_of_address_verification' | 'company_verification' | 'watchlist_verification' | 'bank_account_verification' | 'document_analysis', required — Type of the Action Group.
    - `workspaces` WorkflowTemplateWorkspacesInner[], required — List of Workspaces that define where the Workflow Template is scoped. The scoping determines which Workspace a Workflow Session created from this Template will belong to. Behavior varies depending on whether the Template is scoped to one, multiple, or no Workspaces.
      - `id` string, uuid, required — Unique identifier of the Workspace.

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `405` — This method is not allowed
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
