---
title: "Query application logs"
method: GET
path: "/api/v1/logs"
tags: ["logs"]
---

# Query application logs

`GET /api/v1/logs`

Returns application log entries, optionally filtered by source and level.

## Query parameters

- `limit` integer
- `skip` integer
- `source` 'native' | 'webview' | 'framework'
- `level` 'trace' | 'debug' | 'info' | 'warning' | 'error' | 'critical'

## Response `200`

Array of log entries.

- LogEntry[] — unresolved $ref

## Other responses

- `500` — Internal server error.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
