---
title: "Get a list of EMV scripts for a given plastic"
method: GET
path: "/v3/{id}/plastic/{plasticId}/emv_script"
tags: ["Get EMV scripts"]
---

# Get a list of EMV scripts for a given plastic

`GET /v3/{id}/plastic/{plasticId}/emv_script`

This operation will return a list of EMV script statuses

## Path parameters

- `id` string, required — Unique transaction id
- `plasticId` string, required — Unique plastic id for plastic

## Query parameters

- `auditUser` string, required
- `page` integer
- `size` integer

## Response `200`

Successful lookup of EMV scripts

- EmvScriptsStatusResponse
  - `plasticId` string — PlasticId to which the EMV script is connected
  - `cardId` string — CardId to which the EMV script is connected
  - `emvScripts` EmvScript[]
    - `id` string — EMV script id
    - `code` 'BLOCK_CARD' | 'BLOCK_APPLICATION' | 'UNBLOCK_APPLICATION' | 'CHANGE_OFFLINE_PIN' | 'UNBLOCK_OFFLINE_PIN' | 'SET_OFFLINE_LIMIT' | 'GENERIC_OFFLINE_RISK_UPDATE' | 'MULTI_APPLICATION_CARD_UPDATE'
    - `scriptName` string — The name of the EMV script
    - `application` string — The number of the application (from the script) on which the script is taking action on
    - `action` string — Action taken with the script
    - `applicationName` string — The name of the application
    - `created` string, date-time — Date when EMV script was created
    - `updated` string, date-time — Date when EMV script was updated
    - `status` 'CLOSED' | 'REJECTED' | 'PENDING' | 'SUSPENDED' | 'ACCEPTED' | 'SENT' — * CLOSED - Script closed manually or with an API * REJECTED - Script was sent but not accepted by the card * PENDING - Script is generated but not sent to the card * SUSPENDED - Script was generated but not sent, because the max number of scripts reached it’s limit. * ACCEPTED - Script was sent and it was accepted by the card * SENT - Script was sent but confirmation of execution not yet received

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Card/Plastic does not exist
- `500` — Internal server error

---

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