---
title: "List webhook events"
method: GET
path: "/v1/webhook-events"
tags: ["Webhook Events"]
---

# List webhook events

`GET /v1/webhook-events`

List webhook events for the organization with pagination

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- object

## Response `200`

OK

- GithubComB3FunB3MonoServicesB3osWorkflowPaginatedDataGithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityWebhookEvent
  - `hasMore` boolean
  - `items` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityWebhookEvent[]
    - `actionTaken` 'triggered' | 'resumed' | 'skipped'
    - `body` object
    - `createdAt` string
    - `errorMessage` string
    - `id` string
    - `metadata` object — Platform-specific: channelId, threadId, targetUrl, etc.
    - `organizationId` string
    - `platform` string — slack, telegram, discord, webhook
    - `processedAt` string
    - `runId` string
    - `status` 'pending' | 'success' | 'failure'
    - `workflowId` string
  - `limit` integer
  - `offset` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/versions/5a750a5a9596/schema)
