---
title: "List all pathways for the issuer"
method: GET
path: "/v2/issuers/{idOrEntityId}/pathways"
tags: ["Pathways", "Issuers"]
---

# List all pathways for the issuer

`GET /v2/issuers/{idOrEntityId}/pathways`

## Path parameters

- `idOrEntityId` string, required

## Response `200`

OK

- V2PathwayInfoResponse
  - `pathwayInfos` V2PathwayInfo[], required
    - `draftCompletionBadgeUrl` string, nullable
    - `draftName` string, required
    - `issuerId` string, required
    - `issuerName` string, required — Name of the issuer the pathway belongs to.
    - `issuerVerified` boolean, required — Whether the pathway's issuer is verified, i.e. it belongs to an organization.
    - `lastPublishedAt` string, date-time, nullable — When the pathway was last published. Null for pathways that have never been published.
    - `pathwayGroupLtiToolCountsByLmsType` object, required
    - `pathwayId` string, required
    - `publishedCompletionBadgeUrl` string, nullable
    - `publishedName` string, nullable
    - `subscribedGroupCount` integer, required
    - `uniqueMemberCount` integer, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
