---
title: "Summarise Log"
method: POST
path: "/logs/summary"
tags: ["Logs"]
---

# Summarise Log

`POST /logs/summary`

Generate and store a structured summary for a single log entry.

## Request body

- SummariseLogBody
  - `connector_name` string, required
  - `namespace_name` string, required
  - `timestamp` string, required — Example: 2025-07-30T07:51:48.000000Z
  - `log_section` string, nullable — Required only when log_uuid is not provided
  - `entity_id` string, required
  - `entity_type` 'source' | 'destination'
  - `log_uuid` string, nullable — UUID of the log entry, if available

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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