---
title: "List app configs"
method: GET
path: "/v2/sites/{site_id}/app_configs/"
tags: ["app configs"]
---

# List app configs

`GET /v2/sites/{site_id}/app_configs/`

List all app configs for a site

## Path parameters

- `site_id` string, required — Unique identifier for a resource

## Query parameters

- `page` integer
- `page_length` integer
- `q` string
- `sort` string

## Response `200`

Success

- AppConfigResourcesRead
  - `page` integer — Offset for returned resources
  - `page_length` integer — Maximum number of resources to return
  - `total` integer — Number of resources available before pagination
  - `app_configs` AppConfigResourceRead[] — Array with all app configs for a site — unresolved $ref

## Other responses

- `default` — API error response

---

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