---
title: "Get All Accomplishments"
method: GET
path: "/api/v2/accomplishments"
tags: ["Accomplishment"]
---

# Get All Accomplishments

`GET /api/v2/accomplishments`

This endpoint retrieves all accomplishments for the organization.<h3>Required Scope</h3>`accomplishments:read` or `accomplishments:write`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date, required
- `filter[end_date]` string, date, required

## Response `200`

Success

- ListedAccomplishment
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedAccomplishmentData[]
    - `type` string
    - `id` string
    - `attributes` ListedAccomplishmentAttributes
      - `title` string, nullable
      - `started-at` string, date-time, nullable — UTC
      - `completed-at` string, date-time, nullable — UTC
      - `image-url` string, nullable
      - `rating` integer, nullable
    - `links` SelfLink
      - `self` string
    - `relationships` UserRelationshipsInner[]
      - `user` UserRelationshipsInnerUser
        - `data` UserRelationshipData
          - `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)
