---
title: "Get All Experiences"
method: GET
path: "/api/v2/experiences"
tags: ["Experiences"]
---

# Get All Experiences

`GET /api/v2/experiences`

This endpoint retrieves all experiences. <h3>Required Scope</h3>`experiences:write` or `experiences:read`

## Query parameters

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

## Response `200`

Success

- InlineResponse20016
  - `Links` InlineResponse20016Links
    - `self` string
    - `next` string
  - `data` InlineResponse20016Data[]
    - `type` string
    - `id` string
    - `attributes` InlineResponse20016Attributes
      - `employee-id` string
      - `title` string
      - `description` string
      - `experience-type` string
      - `experience-type-peer-name` string
      - `organization-name` string
      - `start-date` string, date-time
      - `end-date` string, date-time
      - `is-current` boolean
      - `seniority` string
      - `weekly-hours` integer
      - `created-at` string, date-time
      - `modified-at` string, date-time
      - `points-earned` integer
    - `links` SelfLink
      - `self` string
    - `relationships` InlineResponse20016Relationships[]
      - `created_by` InlineResponse20016CreatedBy
        - `data` InlineResponse20016CreatedByData
          - `id` string
          - `type` string

---

[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/versions/4a22b709515c/schema)
