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

# Get Event

`GET /v1/events/{id}`

Retrieve an event with the given ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- Event — Events are records of things that happened to objects at Chariot.
  - `id` string — The unique identifier for the event
  - `category` 'grant.created' | 'grant.updated' | 'unintegrated_grant.created' | 'unintegrated_grant.updated' | 'disbursement.created' | 'disbursement.updated' | 'inbound_transfer.created' | 'inbound_transfer.updated' — The category of the event. This is useful for filtering events.
  - `created_at` string, date-time — The date and time the event was created
  - `associated_object_id` string — The unique identifier for the associated object
  - `associated_object_type` string — The type of the associated object

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `404` — Resource Not Found
- `500` — Internal Server Error

---

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