---
title: "List organization workflows"
method: GET
path: "/v0/organizations/{organization-id}/workflows"
tags: ["Workflows"]
---

# List organization workflows

`GET /v0/organizations/{organization-id}/workflows`

Lists workflows for use when creating a [verification](#tag/Verifications).

## Path parameters

- `organization-id` string, required

## Query parameters

- `sort` '-created-at' | 'created-at'
- `page[size]` integer
- `page[after]` string, byte
- `page[before]` string, byte

## Response `200`

OK

- object
  - `workflows` object[], required
    - `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.
  - `links` object, required
    - `prev` string, nullable, required
    - `next` string, nullable, required
  - `meta` object
    - `page` object
      - `total` integer — Total number of items. Present when the total number of items in the full result set is less than 10,000.
      - `estimated-total` object
        - `at-least` 10000 — Present when the total number of items in the full result set exceeds 10,000. This indicates that the actual number of items is at least 10,000, but the exact total is not provided due to performance considerations.

## 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/178ed43d543b/schema)
