---
title: "List Workflow Webhook Attempts"
method: GET
path: "/workflows/v1/workflow-webhooks/events/{event_id}/attempts"
tags: ["Workflow Webhooks"]
---

# List Workflow Webhook Attempts

`GET /workflows/v1/workflow-webhooks/events/{event_id}/attempts`

## Path parameters

- `event_id` string, required

## Query parameters

- `size` integer — Number of items per page
- `page` integer — Page number
- `search` string, nullable — Search keywords
- `start` string, date-time, nullable — Filter by start time (ISO 8601 format)
- `end` string, date-time, nullable — Filter by end time (ISO 8601 format)

## Response `200`

Successful Response

- WorkflowWebhookAttemptsListResponse
  - `attempts` WorkflowWebhookDeliveryAttemptModel[], required
    - `team_id` string, nullable — ID of the team that owns this edge
    - `created_by` string, nullable — ID of the user who created this edge
    - `updated_by` string, nullable — ID of the user who last updated this edge
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `_id` string
    - `event_id` string, required
    - `subscription_id` string, required
    - `attempt_number` integer, required
    - `action` 'workflow_created' | 'workflow_updated' | 'workflow_deleted' | 'workflow_run_started' | 'workflow_run_completed', required
    - `request_url` string, required
    - `success` boolean
    - `response_status_code` integer, nullable
    - `response_body` string, nullable
    - `error_message` string, nullable
    - `latency_ms` integer, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
