---
title: "Retrieves a Event resource."
method: GET
path: "/events/{id}"
tags: ["Event"]
---

# Retrieves a Event resource.

`GET /events/{id}`

Retrieves a Event resource.

## Path parameters

- `id` string, required

## Response `200`

Event resource

- Event
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — the unique identifier of the source 3rd party integration
  - `title` string, nullable — title of the event
  - `host` string, nullable — host of the event
  - `eventContact` string, nullable — related customers or leads to the event
  - `eventStartTime` string, date-time, nullable — planned start time of the event
  - `eventEndTime` string, date-time, nullable — planned end time of the event
  - `location` string, nullable — location of the event
  - `description` string, nullable — details about the event
  - `created` string, date-time, nullable — when the event objects are created
  - `modified` string, date-time, nullable — when the event objects are modified
  - `status` string, nullable — The status of the event e.g. "SCHEDULED" e.g. "DONE"
  - `type` string, nullable — The type of event e.g. "CONTENT" e.g. "SOCIAL"
  - `url` string, nullable — Public url for the event

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
