---
title: "List installation attempts for the enterprise portal"
method: GET
path: "/app/{app_id}/enterprise-portal/install-attempts"
tags: ["enterprisePortal"]
---

# List installation attempts for the enterprise portal

`GET /app/{app_id}/enterprise-portal/install-attempts`

List install attempts for a customer or all customers in the app.

## Path parameters

- `app_id` string, required

## Query parameters

- `FilterCustomerID` string
- `Limit` integer
- `Offset` integer
- `FilterStatus` string

## Response `200`

- object
  - `install_attempts` InstallAttempt[]
    - `admin_console_url` string — The admin console URL of the installation attempt
    - `assets_downloaded_at` string, date-time — New fields for tracking installation progress
    - `channel_id` string
    - `channel_release_sequence` integer
    - `customer_id` string
    - `id` string
    - `images_pulled_at` string, date-time
    - `install_type` string
    - `installation_completed_at` string, date-time
    - `instance_id` string
    - `instance_name` string
    - `is_multi_node` boolean
    - `kubernetes_distribution` string
    - `license_id` string
    - `network_availability` string
    - `os_distro` string
    - `os_version` string
    - `registry_authenticated_at` string, date-time
    - `registry_availability` string
    - `release_sequence` integer — The sequence number of the release in the channel
    - `service_account_email_address` string — The email address of the service account used for the installation attempt
    - `service_account_id` string
    - `started_at` string, date-time
    - `status` 'in_progress' | 'succeeded' | 'stalled' | 'discarded' | 'all' — Status of the installation attempt
    - `version_label` string — The version label of the release
  - `total` integer

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
