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

# Get a Specific Live Event

`GET /api/v2/content/{id}/relationships/sessions/{session-id}`

This endpoint retrieves a specific live event for a specific course or event.<br><br><h3>Required Scope</h3>`content:read` or `content:write`

## Path parameters

- `id` string, required
- `session-id` string, required

## Response `200`

Success

- InlineResponse2015
  - `data` ListedLiveEventData[]
    - `type` string
    - `id` string
    - `attributes` ListedLiveEventDataAttributes
      - `title` string — The title of the course or event.
      - `location-type` string — The type of live event location. Can only be 'InPerson', 'Hybrid', or 'Online'.
      - `registration-url` string — Must be a relative or absolute URI.
      - `location-url` string — Must be a relative or absolute URI. This value is required when 'location-type' is either 'Hybrid' or 'Online'.
      - `location-address` string — This value is required when 'location-type' is either 'Hybrid' or 'InPerson'.
      - `external-id` string — The external ID of the live event.
      - `utc-start-date-time` string, date-time
      - `utc-end-date-time` string, date-time
      - `created-at` string, date-time
      - `modified-at` string, date-time
      - `is-active` boolean
      - `time-zone` string
      - `content-type` string
    - `links` SelfLink
      - `self` string
    - `relationships` ListedLiveEventDataRelationships[]
      - `content` ListedLiveEventDataContent
        - `data` ListedLiveEventDataContentData
          - `id` string, nullable
          - `type` string, nullable

---

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