---
title: "GET /v0/webhooks/{webhook-id}/actions/test"
method: GET
path: "/v0/webhooks/{webhook-id}/actions/test"
tags: ["Webhooks"]
---

# GET /v0/webhooks/{webhook-id}/actions/test

`GET /v0/webhooks/{webhook-id}/actions/test`

Get the status of the latest test event

## Path parameters

- `webhook-id` string, required

## Response `200`

OK

- union
  - object
    - `webhook-request-status` 'default', required
    - `updated-at` string, date-time, required — ISO 8601 formatted date-time.
  - object
    - `webhook-request-status` 'complete', required
    - `updated-at` string, date-time, required — ISO 8601 formatted date-time.
    - `webhook-http-status` integer, required
    - `webhook-error-code` 'webhook-timeout' | 'webhook-unknown-host' | 'webhook-unknown-error' | 'webhook-internal-error' | 'webhook-invalid-response', required

## Other responses

- `401` — Requires an API key to continue
- `404` — Not Found

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/versions/178ed43d543b/schema)
