---
title: "Get projects which are using a given workflow scheme"
method: GET
path: "/rest/api/2/workflowscheme/{workflowSchemeId}/projectUsages"
tags: ["Workflow schemes"]
---

# Get projects which are using a given workflow scheme

`GET /rest/api/2/workflowscheme/{workflowSchemeId}/projectUsages`

Returns a page of projects using a given workflow scheme.

## Path parameters

- `workflowSchemeId` string, required

## Query parameters

- `nextPageToken` string
- `maxResults` integer

## Response `200`

Returned if the request is successful.

- WorkflowSchemeProjectUsageDTO — Projects using the workflow scheme.
  - `projects` ProjectUsagePage — A page of projects.
    - `nextPageToken` string — Page token for the next page of project usages.
    - `values` ProjectUsage[] — The list of projects.
      - `id` string — The project ID.
  - `workflowSchemeId` string — The workflow scheme ID.

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing, or the caller doesn't have permissions to perform the operation.
- `404` — Returned if the workflow scheme with the given ID does not exist.

---

[API](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/revisions/7e9af75061ea/schema)
