---
title: "List Endpoints"
method: GET
path: "/v1/apps/{app_id}/endpoints"
tags: ["Endpoints"]
---

# List Endpoints

`GET /v1/apps/{app_id}/endpoints`

List API endpoints for an app. Ordered by path and method.

## Path parameters

- `app_id` integer, required — App ID

## Query parameters

- `app_env_id` integer, nullable — Filter to environment ID, if provided.
- `method` string, nullable — Filter to HTTP method(s), comma-separated.
- `path` string, nullable — Filter to path pattern, supports wildcards (*).

## Response `200`

Successful Response

- ListEndpointsResponse
  - `data` EndpointItem[], required — List of endpoints.
    - `id` integer, required — Endpoint ID
    - `method` string, required — HTTP method
    - `path` string, required — Endpoint path

## Other responses

- `404` — App Not Found
- `422` — Validation Error

---

[API](https://skmtc.dev/apitally/apis/apitally-api.md) · [All operations](https://skmtc.dev/apitally/apis/apitally-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apitally/apitally-api/revisions/a0f67af14cc3/schema)
