---
title: "List Invite Logs"
method: GET
path: "/invites/{inviteId}/logs"
tags: ["Invites"]
---

# List Invite Logs

`GET /invites/{inviteId}/logs`

List invite log.

## Query parameters

- `size` integer
- `cursor` string

## Response `200`

OK

- InviteLogListResponse
  - `code` 'OK' | 'CREATED' | 'INVALID_CREDENTIALS' | 'INVALID_PARAMETERS' | 'INVALID_TOKEN' | 'UNAUTHORIZED_ACCESS' | 'MISSING_RESOURCE' | 'REQUEST_LIMIT_EXCEEDED' | 'SERVER_ERROR' | 'UNSUPPORTED_METHOD' | 'SERVER_UNAVAILABLE' | 'TIME_LIMIT_EXCEEDED' — Request status code
  - `message` string — Message response to the request
  - `requestId` string — Unique ID that is added to the body of every response for easy traceability of the request in our logs.
  - `data` object
    - `nextCursor` string — The next cursor value that can be used in the following query.
    - `items` InviteLog[]
      - `id` string, required — Unique ID of this object
      - `inviteId` string, required — the reference invite ID
      - `inviteStatus` 'INVITED' | 'EMAIL_OPENED' | 'LANDING_PAGE_OPENED' | 'WINK_WIDGET_OPENED' | 'LINKED' | 'REVOKED', required — Status of the invite
      - `userId` string, required
      - `createdAt` string, date-time, required — Date and time

---

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