Skip to main content
List webhook targets using cursor pagination. Required scope: admin

Options

str | None
Organization override.
str | None
Opaque pagination cursor from a previous response.
int | None
Maximum number of webhook targets to return. The server maximum is 100.

Response

str | None
Cursor for the next page, or null when no more results remain.
bool
Whether another page of results is available.
list[WebhookTarget]
Webhook target objects.

WebhookTarget

str
Webhook target ID.
str | None
Webhook target name, or null when unnamed.
str
Delivery URL.
list[str]
Event names delivered to this target.
list[str] | None
Repository allowlist, or null when the target receives events for all repositories.
datetime
Creation time.
datetime
Last update time.