---
title: "Get process logs"
method: GET
path: "/process/{identifier}/logs"
tags: ["process"]
---

# Get process logs

`GET /process/{identifier}/logs`

Get the stdout and stderr output of a process

## Path parameters

- `identifier` string, required

## Response `200`

Process logs

- ProcessLogs
  - `logs` string, required
  - `stderr` string, required
  - `stdout` string, required

## Other responses

- `404` — Process not found
- `422` — Unprocessable entity
- `500` — Internal server error

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/revisions/dfa264bc72ee/schema)
