---
title: "Poll Webhook Result"
method: GET
path: "/webhook_result/{request_id}"
tags: ["Miscellaneous"]
---

# Poll Webhook Result

`GET /webhook_result/{request_id}`

This endpoint doesn't consume Apollo credits. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

Use the Poll Webhook Result endpoint to retrieve webhook results from Apollo. This endpoint enables you to poll for the webhook payload if you didn't receive the original webhook callback.  <br><br>To use this endpoint, you need the <code>request_id</code> from the <a href="https://docs.apollo.io/reference/people-enrichment">People Enrichment</a> or <a href="https://docs.apollo.io/reference/bulk-people-enrichment">Bulk People Enrichment</a> endpoint. Pass this value as <code>request_id</code> in this endpoint.<br><br>This endpoint returns webhook results for your team from up to thirty days after the webhook was triggered.

## Path parameters

- `request_id` integer, required

## Response `200`

200

- object
  - `request_id` string — Echoes the <code>request_id</code> from the URL.
  - `webhook_status` 'in_progress' | 'success' | 'failed' — The current webhook status.
  - `request_type` 'email' | 'phone' | 'waterfall' — The enrichment request type.
  - `last_dispatched_at` string, nullable — ISO 8601 UTC timestamp of the last webhook <code>POST</code> attempt. Returns <code>null</code> until Apollo makes the first dispatch attempt.
  - `failure_reason` string, nullable — The error message from the last failed dispatch. This field is populated when <code>webhook_status</code> is <code>failed</code>.
  - `webhook_result` object, nullable — The original webhook payload that Apollo delivered, or would have delivered, to the customer webhook URL. The shape varies by <code>request_type</code>.

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `410` — 410

---

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