---
title: "Show SIEM HTTP Destination Event"
method: GET
path: "/siem_http_destination_events/{id}"
tags: ["siem_http_destination_events", "SIEM HTTP Destination Events"]
---

# Show SIEM HTTP Destination Event

`GET /siem_http_destination_events/{id}`

Show SIEM HTTP Destination Event

## Path parameters

- `id` integer, required

## Response `200`

The SiemHttpDestinationEvents object.

- SiemHttpDestinationEventEntity — SiemHttpDestinationEventEntity model
  - `id` integer — Event ID
  - `event_type` string — Type of SIEM event being recorded.
  - `status` 'success' | 'failure' | 'partial_failure' | 'in_progress' | 'skipped' — Status of event.
  - `body` string — Event body.
  - `event_errors` string[] — Event errors.
  - `created_at` string, date-time — Event create date/time.
  - `body_url` string — Link to log file.
  - `siem_http_destination_id` integer — SIEM ID.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
