---
title: "List all endpoints"
method: GET
path: "/v1/projects/{projectID}/endpoints"
tags: ["Endpoints"]
---

# List all endpoints

`GET /v1/projects/{projectID}/endpoints`

This endpoint fetches an endpoints

## Path parameters

- `projectID` string, required

## Query parameters

- `direction` 'next' | 'prev'
- `next_page_cursor` string
- `ownerId` string
- `perPage` integer
- `prev_page_cursor` string
- `q` string
- `sort` string

## Changes

- **2024-02-20** `17b85b56a687` — 1 info
  - added the new optional `query` request parameter `direction`
- **2024-02-20** `152f0e36cf45` — 1 warning
  - deleted the `query` request parameter `direction`
- **2024-02-08** `5e75c52bd9bd` — 1 info
  - added the new optional `query` request parameter `direction`
- **2024-01-30** `5a219dba9f40` — 1 warning, 1 info
  - deleted the `query` request parameter `direction`
  - api operation id `GetEndpoints` removed and replaced with ``

[Change history](https://skmtc.dev/frain-dev/apis/convoy-api-reference/changes/v1/projects/:projectID/endpoints/get.md)

---

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