---
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

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` object
    - `content` ModelsMetaEventResponse[]
      - `attempt` DatastoreMetaEventAttempt
        - `request_http_header` DatastoreHttpHeader, nullable
        - `response_data` string
        - `response_http_header` DatastoreHttpHeader, nullable
      - `created_at` string
      - `deleted_at` string, nullable
      - `event_type` string
      - `metadata` DatastoreMetadata
        - `data` object, nullable — Data to be sent to endpoint.
        - `interval_seconds` integer
        - `max_retry_seconds` integer
        - `next_send_time` string
        - `num_trials` integer — NumTrials: number of times we have tried to deliver this Event to an application
        - `raw` string
        - `retry_limit` integer
        - `strategy` 'linear' | 'exponential' | ''
      - `project_id` string
      - `status` 'Scheduled' | 'Processing' | 'Discarded' | 'Failure' | 'Success' | 'Retry' | ''
      - `uid` string
      - `updated_at` string
    - `pagination` DatastorePaginationData
      - `has_next_page` boolean
      - `has_prev_page` boolean
      - `next_page_cursor` string
      - `per_page` integer
      - `prev_page_cursor` string
      - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/frain-dev/apis/convoy-api-reference.md) · [All operations](https://skmtc.net/frain-dev/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frain-dev/convoy-api-reference/versions/dbd5b4f9cf13/schema)
