---
title: "List apps in meta site"
method: GET
path: "/api/meta-sites/v1/{meta_site_id}/apps"
tags: ["Meta sites"]
---

# List apps in meta site

`GET /api/meta-sites/v1/{meta_site_id}/apps`

Lists apps that belong to given meta site

## Path parameters

- `meta_site_id` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `sort` 'name' | 'created_at' | 'updated_at' | 'cnil' | '-name' | '-created_at' | '-updated_at' | '-cnil'

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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