---
title: "List embossing files info"
method: GET
path: "/embossing/v1/file-info"
tags: ["Embossing data"]
---

# List embossing files info

`GET /embossing/v1/file-info`

List embossing file information with date, program, and configuration filters. 

For more information about embossing, refer to the [Physical card embossing](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing) guide.

For detailed information about embossing flows, refer to [Embossing flows](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing#embossing-flows).

**Note:** This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

## Query parameters

- `beginDate` string, date, required
- `endDate` string, date, required
- `programs` string[]
- `configId` string, uuid

## Response `200`

Embossing files info array.

- object
  - `embossing_files` EmbosserFileInfo[]
    - `org_id` string — Organization ID
    - `file_id` string — File ID
    - `file_name` string — Embossing file name
    - `config_id` string, uuid — Embosser configuration/group ID. You can call [Get nominal card embossing info](https://developers.pismo.io/pismo-docs/reference/get-embossing-info) to get a card's embossing group. You can also call [Get org embosser info](https://developers.pismo.io/pismo-docs/reference/get-embossing-configurations-info) to get an embossing group's configuration ID.
    - `program_id` number — Pismo program ID.
    - `generation_date` string — File generation date, format = yyyy-mm-ddThh:mm:ssZ
    - `total_embossed_cards` integer — Total number of embossed cards
    - `total_unembossed_cards` integer — Total number of cards that did not get embossed

## Other responses

- `204` — No Content
- `400` — Bad Request

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
