---
title: "Get list of all logs from a project"
method: GET
path: "/v1/projects/{id}/logs"
tags: ["project"]
---

# Get list of all logs from a project

`GET /v1/projects/{id}/logs`

Get list of all logs from a project.

## Path parameters

- `id` string, required

## Response `200`

OK

- ProjectLogsView
  - `logs` RepoLog[], required — List of logs for the given project.
    - `message` string, required
    - `timestamp` string, required
    - `level` string, required
    - `source` string, required

---

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