Get webhook info

GET

Get information about a specific webhook. You will need to provide the webhook ID. You can get this from List all webhooks.

For more information about webhooks, see Set up webhooks in Label Studio and the Webhook event reference.

Path parameters

idintegerRequired

A unique integer value identifying this webhook.

Response

This endpoint returns an object.
urlstring

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