---
title: "Get a Specific Experience"
method: GET
path: "/api/v2/experiences/{id}"
tags: ["Experiences"]
---

# Get a Specific Experience

`GET /api/v2/experiences/{id}`

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

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse20017
  - `links` SelfLink
    - `self` string
  - `data` InlineResponse20017Data[]
    - `type` string
    - `id` string
    - `attributes` InlineResponse20017Attributes
      - `tags` string[]
      - `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)
