---
title: "Get Run Logs"
method: GET
path: "/{agent_name}/runs/{thread_id}/logs"
---

# Get Run Logs

`GET /{agent_name}/runs/{thread_id}/logs`

Get logs for a specific run

## Path parameters

- `thread_id` string, required
- `agent_name` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-28** `adb0e891f13a` — 1 warning, 1 info
  - deleted the `header` request parameter `authorization`
  - api operation id `get_run_logs__agent_name__runs__thread_id__logs_get` removed and replaced with `get_run_logs__agent_name__runs__run_id__logs_get`

[Change history](https://skmtc.dev/supercog-ai/apis/agentic-api/changes/:agent_name/runs/:thread_id/logs/get.md)

---

[API](https://skmtc.dev/supercog-ai/apis/agentic-api.md) · [All operations](https://skmtc.dev/supercog-ai/apis/agentic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercog-ai/agentic-api/revisions/572d9f408d53/schema)
