---
title: "Get workflow"
method: GET
path: "/v0/workflows/{workflow-id}"
tags: ["Workflows"]
---

# Get workflow

`GET /v0/workflows/{workflow-id}`

Fetch the workflow.

## Path parameters

- `workflow-id` string, required

## Response `200`

OK

- object
  - `workflow-url` string, required — A link to the [workflow](/docs/terms/workflow).
  - `display-name` string, required — A human readable label for an entity
  - `description` string, required
  - `legal-person-type` 'individual' | 'corporation', required — Specifies if the legal person is an `individual` or a `corporation`.
  - `created-at` string, date-time, required — ISO 8601 formatted date-time.
  - `disabled?` boolean, required — When a workflow is disabled, no new verifications using that workflow can be created.
  - `required-claim-types` object — A mapping of workflow-appropriate legal person types to claims that are required for each type.
  - `workflow-rules` string[] — A list of special behaviours a workflow can possess.

## Other responses

- `401` — Requires an API key to continue
- `404` — Not Found

---

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