---
title: "Returns a paginated list of APPROVED or SUSPENDED apps"
method: GET
path: "/apps"
tags: ["apps : Find and modify apps"]
---

# Returns a paginated list of APPROVED or SUSPENDED apps

`GET /apps`

- Results are paginated and the default is value is 1000 if no limit is provided
- If no query is specified, returns all APPROVED or SUSPENDED apps within the marketplace

## Query parameters

- `query` string
- `sort` string
- `pageNumber` integer
- `limit` integer
- `userId` string
- `isOwner` boolean

## Response `default`

OK

## Other responses

- `400` — Bad Request - Required parameters are missing, malformed or invalid

---

[API](https://skmtc.net/openchannel/apis/market.md) · [All operations](https://skmtc.net/openchannel/apis/market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openchannel/market/versions/e5e2475bf7c3/schema)
