---
title: "Get Event"
method: GET
path: "/events/{id}"
tags: ["Events"]
---

# Get Event

`GET /events/{id}`

Get an Event by its (event) id, the event must have been created by the system and you must be the owner of the
the event, you can get an event id by either listing events or via a webhook integration.

## Path parameters

- `id` string, required

## Query parameters

- `is_test` boolean

## Response `200`

Success

- Event
  - `id` string
  - `type` string
  - `object_type` string
  - `object` object
  - `created_at` string, date-time — The timestamp when the event was first created, RFC3339 format, like `YYYY-MM-DDTHH:MM:SS.sssZ`.
  - `undelivered_webhooks` integer

## Other responses

- `400` — Bad Request
- `403` — Insufficient scopes
- `404` — Not Found

---

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