---
title: "List Deltas in an Application"
method: GET
path: "/orgs/{orgId}/apps/{appId}/deltas"
tags: ["public", "Delta"]
---

# List Deltas in an Application

`GET /orgs/{orgId}/apps/{appId}/deltas`

## Path parameters

- `orgId` string, required
- `appId` string, required

## Query parameters

- `archived` boolean
- `env` string

## Response `200`

A possibly empty list of Deployment Deltas.

- DeltaResponse[]
  - `id` string, required — A unique ID for the Delta
  - `metadata` DeltaMetadataResponse, required
    - `archived` boolean, required
    - `contributers` string[]
    - `created_at` string, date-time, required
    - `created_by` string, required
    - `env_id` string
    - `last_modified_at` string, date-time, required
    - `name` string
    - `shared` boolean
  - `modules` ModuleDeltasResponse, required — ModuleDeltas groups the different operations together.
    - `add` object, required
    - `remove` string[], required
    - `update` object, required
  - `shared` UpdateActionResponse[], required
    - `from` string
    - `op` string, required
    - `path` string, required
    - `value` unknown
  - `workloads` WorkloadDeltasResponse — WorkloadDeltas groups the different operations together.
    - `add` object, required
    - `remove` string[], required
    - `update` object, required

---

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