---
title: "Get Campaign Logs"
method: GET
path: "/v1/campaigns/{campaign_id}/logs"
tags: ["Red Team", "redteam"]
---

# Get Campaign Logs

`GET /v1/campaigns/{campaign_id}/logs`

Get logs from the campaign's Kubernetes job pod.

Returns pod stdout/stderr. Useful when the job fails or results are missing.

## Path parameters

- `campaign_id` string, uuid, required

## Query parameters

- `team_id` string, uuid, required — Team that owns this campaign

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/revisions/a8b2ee2b2d06/schema)
