Webhooks API
Get a Webhook
Retrieve a single webhook by ID. The signing secret is not included; it is only ever returned on create and rotate.
GET
Node.js
Authorizations
Your Browserbase API Key.
Path Parameters
The webhook ID.
Response
200 - application/json
The webhook.
A delivery endpoint for a project. Browserbase POSTs a signed event to it whenever one of its subscribed event types occurs. The signing secret is returned only when it is created or rotated.
Unique identifier for the webhook.
The project the webhook belongs to.
HTTPS URL that event deliveries are POSTed to. Must be publicly reachable.
Maximum string length:
2048Pattern:
^https://[^/?#]+Event types this webhook subscribes to. Unknown types are rejected.
Minimum array length:
1Available options:
functions.builds.running, functions.builds.completed, functions.builds.failed, functions.invocations.pending, functions.invocations.running, functions.invocations.completed, functions.invocations.failed