---
title: "Get event details"
method: GET
path: "/v1/events/{eventId}"
tags: ["Events"]
---

# Get event details

`GET /v1/events/{eventId}`

Use this endpoint to retrieve the details of a specific event, webinar, or field event created in your Zuddl organization.

Required API key scopes: `READ`

## Path parameters

- `eventId` string, required

## Response `200`

Event details retrieved successfully

- OrgEventsAppDomainApiProductEventEventDetail
  - `kind` string
  - `url` string, uri
  - `id` string, uuid — ID of the event
  - `organizationId` string, uuid — ID of the organization
  - `name` string — Name of the event
  - `teamName` string — TeamName of the event
  - `description` string — Description of the event
  - `identifier` string — Identifier of the event
  - `startDate` string, date-time — startDate of the event
  - `endDate` string, date-time — endDate of the event
  - `timezone` string — Timezone of the event
  - `status` 'UPCOMING' | 'ONGOING' | 'CANCELED' | 'COMPLETED' — Status of the event
  - `type` 'EVENT' | 'FIELD_EVENT' | 'WEBINAR' | 'THIRD_PARTY_EVENT' — Type of the event
  - `eventFormat` 'VIRTUAL' | 'IN_PERSON' | 'HYBRID' — Format of the event
  - `websiteUrl` string — websiteUrl of the event
  - `parentEventId` string, uuid — parentEventId of the event
  - `location` OrgEventsAppDomainApiProductEventEventEventLocation — location of the event
    - `venue` string — venue of the event
    - `address` OrgEventsAppDomainApiProductEventEventEventLocationEventLocationAddress — address of the event
      - `address` string — venue of the event
      - `addressLine2` string — addressLine2 of the event
      - `city` string — city of the event
      - `stateProvince` string — stateProvince of the event
      - `postalCode` string — postalCode of the event
      - `country` string — country of the event
    - `coordinates` OrgEventsAppDomainApiProductEventEventEventLocationCoordinates — coordinates of the event
      - `latitude` string — latitude of the event address
      - `longitude` string — longitude of the event
    - `mapUrl` string — mapUrl of the event
  - `virtualEventUrl` string — virtualEventUrl of the event
  - `createdAt` string, date-time — createdAt of the event
  - `createdBy` string, uuid — createdBy of the event
  - `updatedAt` string, date-time — updatedAt of the event
  - `updatedBy` string, uuid — updatedBy of the event
  - `tags` OrgEventsAppDomainEventTagsOrganizationTagDTOBase[] — Tags associated with the event
    - `id` string, required — Unique identifier for the tag
    - `name` string, required — Name of the tag
    - `color` string — Tag's own color or inherited from category
    - `categoryId` string — Category ID if tag belongs to a category
    - `categoryName` string — Category name
    - `categoryColor` string — Category color
    - `lastAppliedAt` string, date-time — Last time tag was applied
    - `usageCount` integer — Number of times tag has been used
  - `customProperties` OrgEventsAppDomainApiProductEventEventDetailCustomProperties[] — Custom properties associated with the event, as key-value pairs (e.g. the Salesforce campaign ID).
    - `key` string — Key of the custom property
    - `value` string — Value of the custom property

## Other responses

- `400` — Invalid event ID supplied
- `401` — Unauthorized access to event
- `404` — Event not found

---

[API](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation.md) · [All operations](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuddl/zuddl-webhook-documentation/revisions/571c1d41e62a/schema)
