---
title: "GET /v2/event-collection/{slug}/events"
method: GET
path: "/v2/event-collection/{slug}/events"
---

# GET /v2/event-collection/{slug}/events

`GET /v2/event-collection/{slug}/events`

Get events in a collection

## Path parameters

- `slug` string, required

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

Successfully retrieved events in collection

- EventsInCollection
  - `events` Event[]
    - `name` string, required
    - `slug` string, required
    - `image` string, required
    - `description` string, required
    - `status` 'pending' | 'deployed'
    - `transactionHash` string
    - `eventType` 'unlock' | 'external'
    - `attributes` object[], required
      - `trait_type` string, required
      - `value` string, required
  - `totalCount` integer
  - `currentPage` integer
  - `totalPages` integer

## Other responses

- `404` — The item you are making request for does not exist.
- `500` — Unable to fullfil request due to internal server error.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
