---
title: "Get components export"
method: GET
path: "/applications/{applicationId}/components/export"
tags: ["Applications"]
---

# Get components export

`GET /applications/{applicationId}/components/export`

Builds and returns a CSV file export of application components.

A file will be downloaded if triggered in the browser with the file name of `application-{applicationId}-components.csv`

Header:


  `"Module Name","Component Type","Component Label","Component Property Name","Is Hidden? (Y/N)","Is Disabled? (Y/N)","Is Persistent? (Y/N)","Field Tags","Is Required? (Y/N)"`

Example:


  `"testapp","textfield","Text Field","firstName","N","N","Y","textField,name","N"`

  `"testapp","button","Submit","btn","N","N","N","","N"`

  `"testapp","textarea","Text Area Field","textareaField","N","N","Y","","N"`

### Authorization Required:
  - Application View

## Path parameters

- `applicationId` string, required

## Response `200`

CSV string containing application component data

## Other responses

- `default` — Error

---

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