---
title: "Get Ray Job Logs for Batch"
method: GET
path: "/v1/buckets/{bucket_identifier}/batches/{batch_id}/logs"
tags: ["Bucket Batches"]
---

# Get Ray Job Logs for Batch

`GET /v1/buckets/{bucket_identifier}/batches/{batch_id}/logs`

Retrieve Ray job submission logs for a batch's processing tiers. You can get logs for a specific tier or all tiers. User must have access to the batch to retrieve logs.

## Path parameters

- `bucket_identifier` string, required — The unique identifier of the bucket.
- `batch_id` string, required — The unique identifier of the batch.

## Query parameters

- `tier_num` integer, nullable — Optional tier number (0-based). If not provided, returns logs for all tiers.

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/versions/23e05292e326/schema)
