---
title: "Retrieves a list of all scripts available to the current account, including global scripts."
method: GET
path: "/Exports"
tags: ["Exports"]
---

# Retrieves a list of all scripts available to the current account, including global scripts.

`GET /Exports`

Method returns a list of all script definitions which are available in current account, including all global ones.

## Response `200`

OK

- GetScriptsResponse — Response for Coder/Exports (GET verb) method
  - `errorMessage` string, nullable
  - `scripts` ScriptDefinition[], nullable — List of scripts
    - `key` integer, required — Script key
    - `name` string, nullable, required — Script name
    - `description` string, nullable — Script description
    - `isForceToTextOption` boolean — Indicates if the script output is forced to text format
    - `friendlyName` string, nullable — Provides a user-friendly, display-ready name for the script
    - `acceptsQuestionList` boolean — Specifies if the script can accept a list of questions as a parameter
    - `modifiesData` boolean — Flags whether running the script will alter or update any data in the database
    - `purpose` 'Unknown' | 'Export' | 'DataUpdate' | 'DataCleaning' | 'Coding' | 'System'
    - `parameters` ScriptParameter[], nullable — Script parameters
      - `key` integer, required — Key of script parameter
      - `name` string, nullable, required — Name of script parameter
      - `description` string, nullable — Description of script parameter
      - `verifyRegEx` string, nullable — Verify regular expression
      - `ordinal` integer — Ordinal number. It is used for sorting.
      - `isRequired` boolean — Indicates whether this parameter is required
      - `parameterType` 'Unknown' | 'Boolean' | 'String' | 'Integer' | 'Float' | 'Date' | 'StudyList'

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
