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

# Get a Specific Article

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

This endpoint retrieves a specific article for the current organization. <br><br>For Global Admin Tool Organizations, if the content belongs to a Tenant Organization, then the `X-Degreed-Organization-Code` header must be provided. <h3>Required Scope</h3>`content:read` or `content:write`

## Path parameters

- `id` string, required

## Headers

- `X-Degreed-Organization-Code` string

## Response `200`

Success

- Article
  - `data` ArticleData
    - `type` string
    - `id` string
    - `attributes` ArticleDataAttributes
      - `title` string, nullable — The title of the article.
      - `summary` string, nullable — Short summary of the article.
      - `url` string, nullable — URL location where more information can be found.
      - `format` string, nullable — The format of the article.
      - `obsolete` boolean
      - `image-url` string, nullable — Cover image of the article.
      - `language` string, nullable — The language of the article.
      - `num-words` integer, nullable — The number of words in the article.
      - `learning-minutes` integer — The calculated value that corresponds with the learning minutes displayed on content cards in the UI. For example, 250 `num-words` is equal to 1 learning minute.
      - `provider-code` string, nullable — Unique provider code.
      - `owner-id` string — The unique ID of the group or user that owns the content.
      - `owner-type` string — Must be either "user" or "group".
      - `publish-date` string, date-time, nullable — Date that the article was published. (UTC)
      - `created-at` string, date-time — Date that the article was created. (UTC)
      - `modified-at` string, date-time — Date that the article was last modified. (UTC)
      - `degreed-url` string, nullable — URL location of the article within Degreed UI.
      - `external-id` string, nullable — The external ID of the article.
      - `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.
      - `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.
    - `links` SelfLink
      - `self` 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/revisions/4a22b709515c/schema)
