---
title: "GET /events"
method: GET
path: "/events"
---

# GET /events

`GET /events`

Monitor events

## Query parameters

- `since` string
- `until` string
- `filters` string

## Response `200`

The request has succeeded.

- EventMessage — EventMessage represents the information an event contains.
  - `Type` 'builder' | 'config' | 'container' | 'daemon' | 'image' | 'network' | 'node' | 'plugin' | 'secret' | 'service' | 'volume' — The type of object emitting the event
  - `Action` string — The type of event
  - `Actor` EventActor — Actor describes something that generates events, like a container, network, or a volume.
    - `ID` string — The ID of the object emitting the event
    - `Attributes` object — Various key/value attributes of the object, depending on its type.
  - `scope` 'local' | 'swarm' — Scope of the event. Engine events are `local` scope. Cluster (Swarm) events are `swarm` scope.
  - `time` integer — Timestamp of event
  - `timeNano` integer — Timestamp of event, with nanosecond accuracy

---

[API](https://skmtc.net/hexlet/apis/docker-engine-api.md) · [All operations](https://skmtc.net/hexlet/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/docker-engine-api/versions/7dbd508c79cf/schema)
