---
title: "Get Job Logs"
method: GET
path: "/api/jobs/{submission_id}/logs"
---

# Get Job Logs

`GET /api/jobs/{submission_id}/logs`

Get the logs of a job.

## Path parameters

- `submission_id` string, required

## Response `200`

The logs of the job.

- object
  - `logs` string — The logs of the job.

## Other responses

- `400` — The job was not submitted via the Ray Jobs API, so its logs cannot be retrieved.
- `404` — The job does not exist.
- `500` — An internal error occurred when getting the logs of the job.

---

[API](https://skmtc.net/ray-project/apis/ray-jobs-api.md) · [All operations](https://skmtc.net/ray-project/apis/ray-jobs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ray-project/ray-jobs-api/revisions/24ff8df8c1ae/schema)
