---
title: "Get application profiles"
method: GET
path: "/api/applications/list_applications"
tags: ["Applications"]
---

# Get application profiles

`GET /api/applications/list_applications`

Retrieves all application profiles (admin access required)

## Query parameters

- `application_id` string

## Headers

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

## Response `200`

Application profiles retrieved successfully

- object
  - `success` boolean
  - `message` object[]
    - `id` integer
    - `profile_name` string
    - `created_by` string
    - `profile_form` string
    - `profile_job` string
    - `profile_interpreter` string
    - `profile_thumbnail` string
    - `acl_allowed_users` string
    - `acl_restricted_users` string
    - `created_on` string, date-time
    - `deactivated_on` string, date-time, nullable

## Other responses

- `403` — Insufficient permissions
- `500` — Server error

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-04-21** (v1) `6db97cead8df` — 2 info
  - the endpoint scheme security `edhAuth AND edhToken` was added to the API
  - the endpoint scheme security `socaAuth AND socaToken` was removed from the API
- **2025-08-05** (v1) `55c07c16d2e1` — 2 breaking, 3 warning, 2 info
  - added the new required `header` request parameter `X-SOCA-TOKEN`
  - added the new required `header` request parameter `X-SOCA-USER`
  - deleted the `header` request parameter `X-EDH-TOKEN`
  - deleted the `header` request parameter `X-EDH-USER`
  - …3 more

[Change history](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/changes/api/applications/list_applications/get.md)

---

[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)
