---
title: "Conditional execution webhooks"
method: GET
path: "/conditional-execution/v2/triggered/webhooks"
tags: ["Triggered Conditional Execution Webhooks"]
---

# Conditional execution webhooks

`GET /conditional-execution/v2/triggered/webhooks`

Retrieves all conditional execution webhooks for the current tenant.

## Response `200`

Success

- OptimoveAPIModelsConditionalExecutionWebhook[]
  - `url` string, nullable — The URL of the webhook.
  - `id` string, nullable — The unique identifier of the webhook.
  - `created_at_utc` string, date-time, nullable — The UTC timestamp when the webhook was created.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Server Error

---

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