---
title: "Get all webhook actions"
method: GET
path: "/api/webhooks/info/"
tags: ["Webhooks"]
---

# Get all webhook actions

`GET /api/webhooks/info/`

Get descriptions of all available webhook actions to set up webhooks.

## Query parameters

- `organization-only` boolean

## Response `200`

Object with webhook action descriptions.

- object
  - `ANNOTATIONS_CREATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `ANNOTATIONS_DELETED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `ANNOTATION_CREATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `ANNOTATION_UPDATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `LABEL_LINK_CREATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `LABEL_LINK_DELETED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `LABEL_LINK_UPDATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `PROJECT_CREATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `PROJECT_DELETED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `PROJECT_UPDATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `REVIEWS_DELETED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `REVIEW_CREATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `REVIEW_UPDATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `TASKS_CREATED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required
  - `TASKS_DELETED` object
    - `description` string, required
    - `key` string, required
    - `name` string, required
    - `organization-only` boolean, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
