---
title: "Get Running Events Status"
method: GET
path: "/events/running_status"
---

# Get Running Events Status

`GET /events/running_status`

Retrieves the current status of live events.

## Query parameters

- `eventId` string, required

## Response `200`

200

- object
  - `id` string
  - `orgId` integer
  - `stateList` object[]
    - `message` string
    - `date` string
    - `status` string
  - `eventName` string
  - `warnings` unknown[]
    - unknown

---

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