---
title: "Get a single event by ID."
method: GET
path: "/spaces/{spaceIdentifier}/events/{id}"
tags: ["Events"]
---

# Get a single event by ID.

`GET /spaces/{spaceIdentifier}/events/{id}`

## Path parameters

- `spaceIdentifier` string, required
- `id` string, required

## Response `200`

The requested event

- EventResource
  - `ApiKeyHint` string — Gets or sets the obfuscated hint of the API key used to authenticate the request, if applicable.
  - `ApiKeyId` string — Gets or sets the ID of the API key used to authenticate the request, if applicable.
  - `Category` string — Gets or sets the event category.
  - `ChangeDetails` ChangeDetailsResource
    - `Differences` unknown
    - `DocumentContext` unknown
  - `Comments` string — Gets or sets any user-provided comments that were recorded with the event.
  - `Details` string — Gets or sets the details of the event. For events representing a modification to a document use the ChangeDetails property.
  - `Id` string — Gets or sets a unique identifier for this resource.
  - `IdentityEstablishedWith` string — Gets or sets a description of how the user performing the event identified themselves to Octopus.
  - `IpAddress` string — The IP address of the user that created the event.
  - `IsService` boolean — Gets or sets whether the user who created the event is a service user or an interactive user.
  - `LastModifiedBy` string — Gets or sets the username of the user who last modified this resource.
  - `LastModifiedOn` string, date-time — Gets or sets the date/time that this resource was last modified.
  - `Links` object — Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.
  - `Message` string — Gets or sets the message text that summarizes the event.
  - `MessageHtml` string — Gets or sets the message text that summarizes the event, HTML formatted with links to the related documents.
  - `MessageReferences` EventReference[] — Gets or sets an array of document ID's and indexes where they are mentioned in the message text.
    - `Length` integer
    - `ReferencedDocumentId` string
    - `StartIndex` integer
  - `Occurred` string, date-time — Gets or sets the date/time that the event took place.
  - `RelatedDocumentIds` string[] — Gets or sets a collection of document ID's that this event relates to. Note that the document ID's may no longer exist.
  - `SpaceId` string — Gets or sets the SpaceId of the event. This represents the space in which the event was raised.
  - `UserAgent` string — Gets or sets the user agent header value from the request that triggered the event
  - `UserId` string — Gets or sets the ID of the user who created the event.
  - `Username` string — Gets or sets the name of the user who created the event.

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/revisions/b296c3a60aa5/schema)
