List all webhooks

List all webhooks set up for your organization.

Webhooks in Label Studio let you set up integrations that subscribe to certain events that occur inside Label Studio. When an event is triggered, Label Studio sends an HTTP POST request to the configured webhook URL.

For more information, see Set up webhooks in Label Studio.

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Query parameters

projectstringOptional

Project ID

Response

urlstringformat: "uri">=1 character<=2048 characters

URL of webhook

idintegerOptional
organizationintegerOptional
projectintegerOptional
send_payloadbooleanOptional

If value is False send only action

send_for_all_actionsbooleanOptional

If value is False - used only for actions from WebhookAction

headersmap from strings to anyOptional

Key Value Json of headers

is_activebooleanOptional

If value is False the webhook is disabled

actionslist of enumsOptional
created_atdatetimeOptional

Creation time

updated_atdatetimeOptional

Last update time