---
title: "Get All Skill Ratings"
method: GET
path: "/api/v2/skill-ratings"
tags: ["SkillRating"]
---

# Get All Skill Ratings

`GET /api/v2/skill-ratings`

This endpoint retrieves all skill ratings for the current organization. <h3>Required Scope</h3>`skill_ratings:read` or `skill_ratings:write`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date
- `filter[end_date]` string, date
- `filter[rating_type]` string
- `filter[most_recent]` boolean
- `filter[rated_before]` string, date
- `filter[rated_after]` string, date
- `filter[requested_before]` string, date
- `filter[requested_after]` string, date
- `filter[include_private_ratings]` boolean

## Response `200`

Success

- ListedSkillRating
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedSkillRatingData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` SkillRatingData
      - `employee-id` string, nullable — Unique employee identifier.
      - `skill-id` unknown
      - `skill-name` string, nullable — The name of the skill.
      - `rating` integer — Rating of the skill. An integer value from 0 up to and including 8, unless your organization uses a scale of 1 to 6.
      - `rating-type` string, nullable — The type of rating. Can be `self`, `peer`, or `manager`, or a valid provider code of an external rating provider.
      - `rating-label` string — The external rating label provided or the accompanying name associated with the rating value on the default internal skill scale.
      - `is-endorsed` boolean — Indicates whether the user completed a Skill Review and it was endorsed by someone in their organization. The rating-type must be `Evaluation`.
      - `rated-at` string, date-time — Date the skill was rated. (UTC)
      - `is-skill-enabled` boolean — Indicates whether this skill is endorsed. Endorsed Skills indicate that a learning professional in your organization reviewed and validated it.
      - `skill-scale` string, nullable — If a custom skill scale is enabled, can only be `Six` or `Eight`.
    - `links` SelfLink
      - `self` string
    - `relationships` SkillRatingRelationshipsInner[]
      - `user` SkillRatingRelationshipsInnerUser
        - `data` SkillRatingRelationshipsInnerUserData
          - `id` string, nullable
          - `type` string, nullable
      - `skill` SkillRatingRelationshipsInnerSkill
        - `data` SkillRatingRelationshipsInnerSkillData
          - `id` string, nullable
          - `type` string, nullable
      - `manager` SkillRatingRelationshipsInnerUser
        - `data` SkillRatingRelationshipsInnerUserData
          - `id` string, nullable
          - `type` string, nullable
      - `rater` SkillRatingRelationshipsInnerUser
        - `data` SkillRatingRelationshipsInnerUserData
          - `id` string, nullable
          - `type` string, nullable

---

[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)
