---
title: "GET /api/apps"
method: GET
path: "/api/apps"
tags: ["apps", "webhooks"]
---

# GET /api/apps

`GET /api/apps`

Get a list of apps

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Paginated list of apps

- object
  - `results` object[], required
    - `id` string, uuid, required
    - `createdAt` string, required — A date string in ISO 8601 format
    - `updatedAt` string, required — A date string in ISO 8601 format
    - `name` string, required
  - `pageInfo` object, required
    - `total` integer, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/versions/9627e9d1ff21/schema)
