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
Authorization
Header authentication of the form Token <token>
Query parameters
project
Project ID
Response
url
URL of webhook
id
organization
project
send_payload
If value is False send only action
send_for_all_actions
If value is False - used only for actions from WebhookAction
headers
Key Value Json of headers
is_active
If value is False the webhook is disabled
actions
created_at
Creation time
updated_at
Last update time