---
title: "Export application profile"
method: GET
path: "/api/applications/export"
tags: ["Applications"]
---

# Export application profile

`GET /api/applications/export`

Exports an application profile configuration for backup or migration (admin access required)

## Query parameters

- `application_id` string, required

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Application profile exported successfully

- object
  - `success` boolean
  - `message` object
    - `Instructions:` string
    - `profile_form` string
    - `profile_job` string
    - `profile_interpreter` string
    - `profile_thumbnail` string

## Other responses

- `400` — Missing application_id parameter
- `403` — Insufficient permissions
- `500` — Server error (includes application not found or invalid application_id)

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
