---
title: "Process Session Campaign Candidates"
method: GET
path: "/api/processes/{process_id}/campaign/{session_id}/candidates"
---

# Process Session Campaign Candidates

`GET /api/processes/{process_id}/campaign/{session_id}/candidates`

One page of the campaign ledger (the raw-evidence table). Query params
are re-encoded rather than forwarded raw, same reasoning as session_id.

## Path parameters

- `process_id` string, required
- `session_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
