---
title: "List runtime logs"
method: GET
path: "/api/v1/apps/services/{service_id}/logs"
tags: ["Raff Apps"]
---

# List runtime logs

`GET /api/v1/apps/services/{service_id}/logs`

## Path parameters

- `service_id` string, required

## Query parameters

- `level` string
- `search` string
- `since` string, date-time
- `until` string, date-time
- `limit` integer

## Response `200`

Runtime log lines

- object
  - `success` boolean
  - `lines` AppLogLine[]
    - `timestamp` string, date-time
    - `level` string
    - `message` string
    - `stream` string — `stdout` or `stderr`
    - `component` string

## Other responses

- `401` — Authentication required
- `404` — Resource not found

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
