---
title: "Get all Workflows webhook handles"
method: GET
path: "/api/v2/integration/ms-teams/configuration/workflows-webhook-handles"
tags: ["Microsoft Teams Integration"]
---

# Get all Workflows webhook handles

`GET /api/v2/integration/ms-teams/configuration/workflows-webhook-handles`

Get a list of all Workflows webhook handles from the Datadog Microsoft Teams integration.

## Query parameters

- `name` string

## Response `200`

OK

- MicrosoftTeamsWorkflowsWebhookHandlesResponse — Response with a list of Workflows webhook handles.
  - `data` MicrosoftTeamsWorkflowsWebhookHandleResponseData[], required — An array of Workflows webhook handles.
    - `attributes` MicrosoftTeamsWorkflowsWebhookResponseAttributes — Workflows Webhook handle attributes.
      - `name` string — Workflows Webhook handle name.
    - `id` string — The ID of the Workflows webhook handle.
    - `type` 'workflows-webhook-handle' — Specifies the Workflows webhook handle resource type.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `412` — Failed Precondition
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
