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

# Conditional execution webhook

`GET /conditional-execution/v2/triggered/webhooks/{id}`

Retrieves a specific conditional execution webhook by its ID.

## Path parameters

- `id` string, required

## Response `200`

Success

- OptimoveAPIModelsConditionalExecutionWebhook — Conditional Execution Webhook for Targeting API
  - `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)
