---
title: "List Apps"
method: GET
path: "/idp/apps"
tags: ["Identity Provider"]
---

# List Apps

`GET /idp/apps`

List OAuth applications.

By default, returns apps owned by the current user, public apps, and apps shared with the user.
Set include_public=false to exclude public apps.
Set include_shared=false to exclude apps shared with the user.
Use search to filter by name or description.

## Query parameters

- `include_public` boolean, nullable
- `include_shared` boolean, nullable
- `search` string, nullable
- `page` integer, nullable
- `limit` integer, nullable
- `user_id` string, nullable

## Headers

- `X-Chutes-Hotkey` string, nullable
- `X-Chutes-Signature` string, nullable
- `X-Chutes-Nonce` string, nullable
- `Authorization` string, nullable

## Response `200`

Successful Response

- PaginatedResponse
  - `total` integer, required
  - `page` integer, required
  - `limit` integer, required
  - `items` unknown[], required
    - unknown
  - `cord_refs` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/revisions/352418d4e3a2/schema)
