---
title: "🛡️ Get logs for an indexing run."
method: GET
path: "/api/v1/index/run/logs"
tags: ["Indexing"]
---

# 🛡️ Get logs for an indexing run.

`GET /api/v1/index/run/logs`

<h3>🛡️ Requires Capabilities: <code>Indexing.Read</code></h3>

## Query parameters

- `runId` string, required
- `take` number
- `skip` number
- `order` 'ASC' | 'DESC'

## Response `200`

## Other responses

- `401` — Possible reasons: The authorization token is invalid.
- `403` — Possible reasons: The user does not have sufficent capabilities.

---

[API](https://skmtc.net/cardinalapps/apis/cardinal-media-server-api.md) · [All operations](https://skmtc.net/cardinalapps/apis/cardinal-media-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cardinalapps/cardinal-media-server-api/revisions/0c30e5146acd/schema)
