---
title: "Get a list of events sent to a webhook endpoint. Roles: partner admin."
method: GET
path: "/api/partners/orgs/{orgId}/webhook-endpoints/{webhookEndpointId}/events"
tags: ["Webhooks", "Partners"]
---

# Get a list of events sent to a webhook endpoint. Roles: partner admin.

`GET /api/partners/orgs/{orgId}/webhook-endpoints/{webhookEndpointId}/events`

Get all webhook events for a given endpoint created since a given date.

Query parameters:
-	`createdSince` (required, format is yyyy-MM-dd)
-	`pageIndex` (required, integer, first page is 0)
-	`pageSize` (required, integer, max size is 1000)

Response:
-	Array of events created since the given date

Notes:
-	Results are paginated.  The maximum page size is 1000.

## Path parameters

- `orgId` integer, required
- `webhookEndpointId` integer, required

## Query parameters

- `createdSince` string, required
- `pageIndex` integer
- `pageSize` integer

## Response `200`

OK

- WebhookEventsResponseWebhookEventCore
  - `success` boolean
  - `error` string
  - `webhookEvents` WebhookEventCore[]
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `webhookEventId` integer
    - `status` 'PENDING' | 'OK' | 'FAILED'
    - `typeCode` 'COURSE_ENROLLED' | 'COURSE_STATUS_CHANGED' | 'COURSE_UNENROLLED' | 'GROUP_MEMBER_CREATED' | 'GROUP_MEMBER_DELETED' | 'PROGRAM_ENROLLED' | 'PROGRAM_STATUS_CHANGED' | 'PROGRAM_UNENROLLED' | 'WEBHOOK_ENDPOINT_TEST'
    - `requestBody` object
    - `requestTime` string, date-time
    - `responseHttpStatusCode` integer
    - `responseTime` string, date-time
    - `responseBody` string
  - `totalItemCount` integer
  - `totalPages` integer
  - `pagedRequest` PageRequest
    - `pageIndex` integer
    - `pageSize` integer
  - `itemCount` integer
  - `isFirst` boolean
  - `isLast` boolean
  - `hasNext` boolean
  - `hasPrevious` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-09-02** `870f28ba2607` — 5 info
  - added the optional property `error/errorId` to the response with the `400` status
  - added the optional property `error/errorId` to the response with the `401` status
  - added the optional property `error/errorId` to the response with the `403` status
  - added the optional property `error/errorId` to the response with the `404` status
  - …1 more

[Change history](https://skmtc.dev/mobilecoach/apis/untitled-api/changes/api/partners/orgs/:orgId/webhook-endpoints/:webhookEndpointId/events/get.md)

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/f2568e11c0ab/schema)
