---
title: "Get application logs."
method: GET
path: "/applications/{uuid}/logs"
tags: ["Applications"]
---

# Get application logs.

`GET /applications/{uuid}/logs`

Get application logs by UUID.

## Path parameters

- `uuid` string, required

## Query parameters

- `lines` union
  - integer
  - 'all'
- `show_timestamps` boolean

## Response `200`

Get application logs by UUID.

- object
  - `logs` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.

## Changes

- **2026-09-26** `f8b16020e5dd` — 1 breaking, 2 info
  - for the `query` request parameter `lines`, default value `100` was removed
  - `query` request parameter `lines` list-of-types was widened by adding types `string`
  - for the `query` request parameter `lines`, the type was generalized from `integer` to no type, and format from `int32` to no format
- **2026-07-14** `47fd5ba6d7bf` — 1 info
  - added the new optional `query` request parameter `show_timestamps`
- **2026-07-12** `fdd4b338659d` — 1 warning
  - deleted the `query` request parameter `show_timestamps`
- **2026-07-07** `8756214c63fc` — 1 info
  - added the new optional `query` request parameter `show_timestamps`
- **2026-07-07** `e91d1ff09643` — 1 warning
  - deleted the `query` request parameter `show_timestamps`

[Full history](https://skmtc.dev/coollabsio/apis/coolify/changes/applications/:uuid/logs/get.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc.dev/coollabsio/apis/coolify/revisions/5fe936a59290?raw)
