---
title: "List Processing Logs"
method: GET
path: "/draw-slips/logs"
tags: ["draw-slips"]
---

# List Processing Logs

`GET /draw-slips/logs`

List OCR processing log entries for the organization.

Returns logs ordered by most recent first, with pagination.

## Query parameters

- `limit` integer — Max logs to return
- `offset` integer — Number of logs to skip

## Response `200`

Successful Response

- OcrProcessingLogList — Response for listing OCR processing logs.
  - `logs` OcrProcessingLog[], required — Processing log entries
    - `id` string, required — Log row UUID
    - `drive_link` string, required — Google Drive folder link
    - `status` string, required — Pipeline status: pending, processing, completed, failed
    - `metadata` object — Results metadata
    - `error_message` string, nullable — Error message if failed
    - `created_at` string, date-time, required — When the task was queued
    - `updated_at` string, date-time, required — Last status update time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
