---
title: "Get All Skill Sources"
method: GET
path: "/api/v2/SkillSources"
tags: ["Skills+"]
---

# Get All Skill Sources

`GET /api/v2/SkillSources`

This endpoint retrieves all skill sources in Skills+ for your organization. <h3>Required Scope</h3>`skill:read`

## Query parameters

- `limit` integer
- `next` string

## Response `200`

Success

- InlineResponse20029[]
  - `organizationOntologyId` integer
  - `organizationId` integer — The org ID of the organization.
  - `ontologyId` integer — The source's ID.
  - `hasProviderIntegration` boolean — Indicates whether the organiztion has a provider integration.
  - `providerId` integer — The ID of the provider integration.
  - `providerName` string — The name of the provider integration.

---

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