---
title: "Logs"
method: GET
path: "/logs"
tags: ["Log"]
---

# Logs

`GET /logs`

Retrieve application logs with superuser authentication required.

SECURITY: Logs may contain sensitive information and require superuser authentication.

## Query parameters

- `lines_before` integer — The number of logs before the timestamp or the last log
- `lines_after` integer — The number of logs after the timestamp
- `timestamp` integer — The timestamp to start getting logs from

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.net/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/22962dc5e81b/schema)
