---
title: "Retrieves the status logs associated with this endpoint."
method: GET
path: "/endpoint/{id}/log"
tags: ["endpoint"]
---

# Retrieves the status logs associated with this endpoint.

`GET /endpoint/{id}/log`

## Path parameters

- `id` string, required

## Response `200`

Success

- EndpointStatusChange[] — Status log of endpoint
  - `timestamp` string — Timestamp when status change occurred
  - `code` 'ok' | 'failed' — Code indicate type of status change
  - `message` string — Status message
  - `state` 'waiting-for-identity' | 'not-ready' | 'waiting-to-regenerate' | 'regenerating' | 'restoring' | 'ready' | 'disconnecting' | 'disconnected' | 'invalid' — State of endpoint

## Other responses

- `400` — Invalid identity provided
- `404` — Endpoint not found
- `429` — Rate-limiting too many requests in the given time frame

---

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