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

# Get a Specific Task

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

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

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse2017
  - `data` ListedtasksData
    - `type` string
    - `id` string — The unique identifier of the task.
    - `attributes` ListedtasksDataAttributes
      - `title` string — The title of the task.
      - `summary` string — The summary of the task.
      - `url` string — URL location where more information can be found.
      - `image-url` string — The cover image of the task.
      - `language` string — The language of the task.
      - `duration` integer, nullable — The duration of the task. Type is supplied with `duration-type`.
      - `duration-type` string — The duration type of the task. For example, words.
      - `obsolete` boolean — If the task should be marked as obsolete.
      - `provider-code` string, nullable — Unique provider code.
      - `created-at` string, date-time — Date that the task was created. (UTC)
      - `modified-at` string, date-time — Date that the task was last modified. (UTC)
      - `degreed-url` string, nullable — URL location of content within Degreed UI.
      - `external-id` string, nullable — The external ID of the task.
      - `learning-minutes` integer — The calculated value that corresponds with the learning minutes displayed on content cards in the UI.
      - `groups-with-access` string[] — Groups that have access to the content item.
      - `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/versions/4a22b709515c/schema)
