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

# List applications

`GET /integrations/v1/apps`

## Response `200`

A successful response.

- S12IntegrationsAppV1ListApplicationsResponse
  - `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.
  - `data` S12IntegrationsAppV1ExtApplication[] — The applications returned.
    - `app_id` string — The ID of the app.
    - `app_name` string — The name of the integration.
    - `app_type` string — The type of the application.
    - `app_configuration` string — The configuration of the application;

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