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

# Get a Specific Event

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

This endpoint retrieves a specific event 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

- Event
  - `data` ListedEventData
    - `type` string
    - `id` string
    - `attributes` ListedEventAttributes
      - `date-created` string, date-time — Date that the event was created. (UTC)
      - `date-modified` string, date-time — Date that the event was last modified. (UTC)
      - `name` string, nullable — The name of the event.
      - `summary` string, nullable — Short summary of the event.
      - `image-url` string, nullable — Cover image of the event.
      - `obsolete` boolean
      - `language` string, nullable — The language of the event.
      - `publish-date` string, date-time, nullable — Date of the event. (UTC)
      - `owner` string, nullable — Owner of the event.
      - `format` string, nullable — Format of the event.
      - `date` string, date-time, nullable — Deprecated - Date of the event.
      - `url` string, nullable — URL location where the event can be found.
      - `duration` number, double — The duration for the event.
      - `duration-type` string, nullable — The duration type for the event.
      - `learning-minutes` integer — The calculated value that corresponds with the learning minutes displayed on content cards in the UI.
      - `degreed-url` string, nullable — URL location of event within Degreed UI.
      - `external-id` string, nullable — The external ID of the event.
      - `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/revisions/4a22b709515c/schema)
