---
title: "Get call history for a webhook event"
description: "Get the per-attempt delivery call history for a specific webhook event, including request/response details for each attempt."
protocol: rest
method: GET
endpoint: "/v1/webhooks/calls/{id}"
baseUrl: "https://api.gravv.xyz"
group: "Webhooks"
auth:
  label: "Api-Key"
  name: "Api-Key"
  in: header
---

# Get call history for a webhook event

<Endpoint method="GET" path="/v1/webhooks/calls/{id}" />

Get the per-attempt delivery call history for a specific webhook event,
including request/response details for each attempt.

## Path Parameters

<ParamField name="id" path="id" type="string" required>
  UUID of the webhook event
</ParamField>

## Responses

| Status | Description |
| --- | --- |
| `200` | Successfully retrieved call history |

### 200 response

## Authorization

- **ApiKeyAuth**
