v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
webhooks

Api Webhooks List

GET /api/webhooks/ - List all webhooks for organization POST /api/webhooks/ - Create a new webhook

Query Parameters (GET): - Standard list/filter params

Request Body (POST): - url (string, required): Webhook URL - name (string, required): Webhook name - event_type (string, required): Event type (request_log, on_eval_result_ingested, trace_completed) - organization_key (int, optional): Scope to specific API key - active (boolean, optional): Active status (default: true)

Response: - List: Array of webhook objects (secrets excluded) - Create: Created webhook object with auto-generated secret (secrets included)

get/api/webhooks/

Headers

Authorizationstring required

JWT access token or Respan API key

Response

idinteger required
projectstring nullable
urlstring uri required
namestring
createdstring date-time
activeboolean
organizationinteger required
organization_keystring nullable