---
title: "GET /script/{scriptId}"
method: GET
path: "/script/{scriptId}"
tags: ["script"]
---

# GET /script/{scriptId}

`GET /script/{scriptId}`

## Path parameters

- `scriptId` string, required

## Response `200`

Successful

- Model14
  - `scriptId` string, required
  - `name` string, required
  - `providerId` string, required
  - `createdAt` string, date, required
  - `consentCategory` string
  - `geoRegions` string
  - `purchaseValueMode` 'gross' | 'net', required
  - `secrets` object
    - `string` String
      - `secretId` string
      - `value` string
      - `type` string
      - `isSet` boolean
      - `optional` boolean

## Other responses

- `409` — Script/Tag does not exist
- `500` — Internal Server Error

---

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