---
title: "Get application logs"
method: GET
path: "/api/v1/deploy/application/logs/{application_id}"
tags: ["Deploy"]
---

# Get application logs

`GET /api/v1/deploy/application/logs/{application_id}`

Get application logs.

Auth: Required (bearer token).
Scope: Organization-scoped in authenticated context.
Side effects: Read-only operation.

## Path parameters

- `application_id` string, required

## Query parameters

- `page` integer
- `page_size` integer
- `level` string
- `start_time` string
- `end_time` string
- `search_term` string

## Headers

- `Accept` string

## Response `200`

OK

- LogsResponse — LogsResponse schema
  - `data` object
    - `logs` object[]
      - `application_deployment_id` string, uuid
      - `application_id` string, uuid
      - `created_at` string, date-time
      - `id` string, uuid
      - `log` string
      - `updated_at` string, date-time
    - `page` integer
    - `page_size` integer
    - `total_count` integer
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

## Changes

- **2026-04-26** `09f18af670c4` — 4 info
  - api tag `Deploy` added
  - api tag `api/v1/deploy` removed
  - api tag `application` removed
  - api tag `logs` removed
- **2026-04-06** `6d5e3b7979d1` — 4 warning
  - removed the optional property `data/logs/items/application` from the response with the `200` status (media type: application/json)
  - removed the optional property `data/logs/items/application` from the response with the `200` status (media type: application/xml)
  - removed the optional property `data/logs/items/application_deployment` from the response with the `200` status (media type: application/json)
  - removed the optional property `data/logs/items/application_deployment` from the response with the `200` status (media type: application/xml)
- **2026-04-02** `2beb810c5221` — 2 breaking, 27 warning, 515 info
  - for the `query` request parameter `page`, default value `1` was added
  - for the `query` request parameter `page_size`, default value `20` was added
  - for the `query` request parameter `page_size`, the max was set to `100.00`
  - for the `query` request parameter `page`, the min was set to `1.00`
  - …540 more
- …earlier changes not shown

[Full history](https://skmtc.dev/nixopus/apis/openapi/changes/api/v1/deploy/application/logs/:application_id/get.md)

---

[API](https://skmtc.dev/nixopus/apis/openapi.md) · [All operations](https://skmtc.dev/nixopus/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nixopus/openapi/revisions/c5bacaea7239/schema)
