---
title: "GET events instances"
method: GET
path: "/api/v1/events"
---

# GET events instances

`GET /api/v1/events`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string, nullable
- `where` string, nullable

## Response `200`

OK

- Events[]
  - `$uri` string, required
  - `payload` object, required — The webhook payload.
  - `status` 'success' | 'failed' | 'pending' | 'retryable', required — The status of the webhook for the event.

---

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