---
title: "Get All Events"
method: GET
path: "/api/v2/content/events"
tags: ["Content - Events"]
---

# Get All Events

`GET /api/v2/content/events`

This endpoint retrieves all events 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`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date
- `filter[end_date]` string, date
- `filter[modified_before]` string, date
- `filter[modified_after]` string, date
- `filter[external_id]` string
- `filter[internal_only]` boolean
- `filter[include_restricted]` boolean
- `filter[term]` string

## Headers

- `X-Degreed-Organization-Code` string

## Response `200`

Success

- ListedEvent
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `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)
