---
title: "Read the control-plane lifecycle event feed for a sandbox"
method: GET
path: "/api/v0beta1/sandboxes/{id}/lifecycle-events"
tags: ["Sandboxes"]
---

# Read the control-plane lifecycle event feed for a sandbox

`GET /api/v0beta1/sandboxes/{id}/lifecycle-events`

## Path parameters

- `id` string, required

## Response `200`

Lifecycle events, oldest first (empty when none).

- SandboxLifecycleEventsResponse
  - `events` SandboxLifecycleEvent[], required
    - `id` string, required
    - `run_kind` string, required
    - `step` string, required
    - `status` string, required
    - `detail` string, nullable, required
    - `created_at` union, required
      - string
      - string, date-time
  - `count` integer, required

## Other responses

- `400` — Error
- `401` — Error
- `403` — Error
- `404` — Error

---

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