API ReferenceWebhooks

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
url
string
URL of webhook
id
integerOptional
organization
integerOptional
project
integerOptional
send_payload
booleanOptional
If value is False send only action
send_for_all_actions
booleanOptional
If value is False - used only for actions from WebhookAction
headers
map from strings to anyOptional
Key Value Json of headers
is_active
booleanOptional
If value is False the webhook is disabled
actions
list of enumsOptional
created_at
datetimeOptional
Creation time
updated_at
datetimeOptional
Last update time