---
title: "Get Card Generation Log"
method: GET
path: "/card/generation/logs"
---

# Get Card Generation Log

`GET /card/generation/logs`

Retrieves the log of cards generated for a specific card series. It also retrieves fileHandle using which you can download the history from S3 server.

## Response `200`

200

- object
  - `entity` object[]
    - `count` integer
    - `createdBy` integer
    - `date` string
    - `description` string
    - `fileHandle` string
    - `id` integer
    - `orgId` integer
    - `seriesId` integer
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
