---
title: "List all installations"
method: GET
path: "/integrations/v1/apps/installations"
tags: ["Apps"]
---

# List all installations

`GET /integrations/v1/apps/installations`

## Query parameters

- `limit` integer
- `app_id` string
- `next_page_token` string

## Response `200`

A successful response.

- S12IntegrationsAppV1ListInstallationsResponse
  - `metadata` S12CommonV1PaginationMetadata — Pagination structure.
    - `next_page` string — The path to fetch the next page on.
    - `next_page_token` string — The value you can use to retrieve additional results. If a value exists, it means there are more results than listed. Use the value in your request body as a page_token field to view more results.
  - `apps` S12IntegrationsAppV1App[] — The installations returned.
    - `app_id` string — The ID of the app.
    - `app_name` string — The name of the application.
    - `installation_id` string — The ID of this installation.
    - `installation_configuration` string — The configuration of the installation.

## Other responses

- `default` — An unexpected error response.

---

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