---
title: "List all meta events"
method: GET
path: "/v1/projects/{projectID}/meta-events"
tags: ["Meta Events"]
---

# List all meta events

`GET /v1/projects/{projectID}/meta-events`

This endpoint fetches meta events with pagination

## Path parameters

- `projectID` string, required

## Query parameters

- `direction` 'next' | 'prev'
- `endDate` string
- `next_page_cursor` string
- `perPage` integer
- `prev_page_cursor` string
- `sort` string
- `startDate` string

## Changes

- **2024-02-08** (v3) `52443da83eda` — 1 info
  - added the new optional `query` request parameter `direction`
- **2024-01-30** (v3) `a138f74e9d23` — 2 info
  - added `#/components/schemas/models.PagedResponse` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/handlers.pagedResponse` from the `allOf[subschema #2]/data` response property `allOf` list for the response status `200`
- **2024-01-03** (v3) `bbe11224b60e` — 2 info
  - added `#/components/schemas/handlers.pagedResponse` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/public.pagedResponse` from the `allOf[subschema #2]/data` response property `allOf` list for the response status `200`
- **2023-11-23** (v3) `ba305b69ed16` — 1 info
  - added the new optional `query` request parameter `sort`

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

---

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