---
title: "Get a Specific Content Item"
method: GET
path: "/api/v2/content/{id}"
tags: ["Content"]
---

# Get a Specific Content Item

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

This endpoint retrieves a specific content item for the current organization.<br><br>For Global Admin Tool Organizations, if the `X-Degreed-Organization-Code` header is included, the endpoint will return content for the Tenant Organization related to the header value as long as the organization is a member of the Global Admin Tool Organization. <h3>Required Scope</h3>`content:read` or `content:write`

## Path parameters

- `id` string, required

## Headers

- `X-Degreed-Organization-Code` string

## Response `200`

Success

- Content
  - `data` ListedContentData
    - `type` string
    - `id` string
    - `attributes` ListedContentAttributes
      - `content-type` string, nullable — The type of content.
      - `external-id` string, nullable — The external ID of the content.
      - `title` string, nullable — The title of the content.
      - `summary` string, nullable — Short summary of the content.
      - `url` string, nullable — URL location where more information can be found.
      - `format` string, nullable — The format of the content.
      - `is-obsolete` boolean
      - `image-url` string, nullable — Cover image of the content.
      - `language` string, nullable — The language of the content.
      - `learning-minutes` number, float — The calculated value that corresponds with the learning minutes displayed on content cards in the UI. For example, if the `duration` of a video is 300 seconds, this is equal to 5 `learning-minutes`.
      - `duration` number, float, nullable — The duration of the content.
      - `duration-type` string, nullable — The duration type of the content.
      - `provider` string, nullable — Unique provider code.
      - `is-internal` boolean, nullable — Indicates whether the content is owned by the organization and is not part of Degreed's external catalog. Internal content includes content that was created by the organization or shared with the organization through a bundle.
      - `owner-id` string, nullable — The unique ID of the group or user that owns the content.
      - `owner-type` string, nullable — Must be either "user" or "group".
      - `created-at` string, date-time — Date that the content was created. (UTC)
      - `modified-at` string, date-time — Date that the content was last modified. (UTC)
      - `degreed-url` string, nullable — URL location of content within Degreed UI.
      - `publish-date` string, date-time — The date the content was published. (UTC)
      - `groups-with-access` string[] — List of group IDs that can access the content.
      - `groups-with-access-ids` string[] — IDs of the groups that have access to the content item.
      - `visibility` string — The visibility setting of the content. Returns Organization if the content is visible to all users in the organization, or Groups if the content is restricted to specific groups.
    - `links` SelfLink
      - `self` string
    - `relationships` ListedContentRelationshipsInner[] — Relationships that define linked resources, such as skills associated with the content.
      - `Skill` ListedContentRelationshipsInnerSkill
        - `data` ListedContentRelationshipsInnerSkillData[] — List of skills related to the content.
          - `id` string — Unique identifier or name of the skill.
          - `type` string — The related resource type.

---

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